amarillo-core/pyproject.toml
Csaba 3b6b8dddf8
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Build amarillo-base and derived images
2024-06-14 11:24:47 +02:00

26 lines
656 B
TOML

[project]
name = "amarillo"
version = "0.0.16a1"
description = "Aggregates and enhances carpooling-offers and publishes them as GTFS(-RT)"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["amarillo", "ridesharing", "carpooling", "gtfs", "gtfs-rt"]
dependencies = [
"fastapi[all]==0.109.0",
"geopandas==0.14",
"uvicorn[standard]==0.23.2",
"pydantic[dotenv]==2.4.2",
"protobuf==3.20.3",
"starlette~=0.35",
"requests==2.31.0",
"pyproj==3.6.1",
"geojson-pydantic==1.0.1",
"watchdog==3.0.0",
"python-jose[cryptography]",
"bcrypt==4.0.1",
"passlib[bcrypt]"
]
[tool.setuptools.packages]
find = {}