Remove unnecessary dependencies

This commit is contained in:
Csaba 2023-12-08 16:00:20 +01:00
parent 3f47211f03
commit 95da5221df
2 changed files with 3 additions and 27 deletions

View file

@ -1,21 +1,9 @@
[project] [project]
name = "amarillo-core" name = "amarillo-core"
version = "0.0.1" version = "0.0.3"
dependencies = [ dependencies = [
"fastapi[all]==0.104.0", "fastapi[all]==0.104.0",
"geopandas==0.14",
"uvicorn[standard]==0.23.2", "uvicorn[standard]==0.23.2",
"pydantic[dotenv]==2.4.2", "pydantic[dotenv]==2.4.2",
"protobuf==3.20.3", "starlette"
"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"
] ]

View file

@ -1,16 +1,4 @@
fastapi[all]==0.104.0 fastapi[all]==0.104.0
geopandas==0.14
uvicorn[standard]==0.23.2 uvicorn[standard]==0.23.2
pydantic[dotenv]==2.4.2 pydantic[dotenv]==2.4.2
protobuf==3.20.3 starlette
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