Updated dependencies
This commit is contained in:
parent
d128c3ab81
commit
717683f3d3
|
|
@ -3,10 +3,14 @@ name = "amarillo-core"
|
||||||
version = "0.0.4"
|
version = "0.0.4"
|
||||||
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",
|
"starlette",
|
||||||
|
"requests==2.31.0",
|
||||||
"pyproj==3.6.1",
|
"pyproj==3.6.1",
|
||||||
|
"geojson-pydantic==1.0.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
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
|
starlette
|
||||||
pyproj==3.6.1
|
requests==2.31.0
|
||||||
|
pyproj==3.6.1
|
||||||
|
geojson-pydantic==1.0.1
|
||||||
Loading…
Reference in a new issue