Updated dependencies

This commit is contained in:
Csaba 2023-12-11 13:29:23 +01:00
parent d128c3ab81
commit 717683f3d3
2 changed files with 9 additions and 1 deletions

View file

@ -3,10 +3,14 @@ name = "amarillo-core"
version = "0.0.4"
dependencies = [
"fastapi[all]==0.104.0",
"geopandas==0.14",
"uvicorn[standard]==0.23.2",
"pydantic[dotenv]==2.4.2",
"protobuf==3.20.3",
"starlette",
"requests==2.31.0",
"pyproj==3.6.1",
"geojson-pydantic==1.0.1",
]
[tool.setuptools.packages.find]

View file

@ -1,5 +1,9 @@
fastapi[all]==0.104.0
geopandas==0.14
uvicorn[standard]==0.23.2
pydantic[dotenv]==2.4.2
protobuf==3.20.3
starlette
requests==2.31.0
pyproj==3.6.1
geojson-pydantic==1.0.1