[project] name = "amarillo" version = "0.0.15a4" 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 = {}