pulsetransit / pyproject.toml
GitHub Actions
Deploy from GitHub Actions
cdf3344
raw
history blame contribute delete
429 Bytes
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pulsetransit"
version = "0.4.0"
description = "TUS Santander bus data pipeline and delay prediction"
readme = "README.md"
dependencies = [
"pandas",
"plotly",
"streamlit",
"streamlit_js_eval",
]
requires-python = ">=3.10"
license = { text = "MIT" }
[tool.setuptools.packages.find]
where = ["src"]