amarillo-core/pyproject.toml

21 lines
457 B
TOML

[project]
name = "amarillo-core"
version = "0.0.1"
dependencies = [
"fastapi[all]==0.104.0",
"geopandas==0.14",
"uvicorn[standard]==0.23.2",
"pydantic[dotenv]==2.4.2",
"protobuf==3.20.3",
"rtree==1.1.0",
"schedule==1.2.1",
"setproctitle==1.3.3",
"starlette",
"pandas==2.1.1",
"requests==2.31.0",
"Shapely==2.0.2",
"pygeos==0.14",
"pyproj==3.6.1",
"geojson-pydantic==1.0.1",
"watchdog==3.0.0"
]