Remove unnecessary dependencies
This commit is contained in:
parent
3f47211f03
commit
95da5221df
|
|
@ -1,21 +1,9 @@
|
|||
[project]
|
||||
name = "amarillo-core"
|
||||
version = "0.0.1"
|
||||
version = "0.0.3"
|
||||
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"
|
||||
"starlette"
|
||||
]
|
||||
|
|
@ -1,16 +1,4 @@
|
|||
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
|
||||
Loading…
Reference in a new issue