diff --git a/pyproject.toml b/pyproject.toml index 1714ba4..eed1c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/requirements.txt b/requirements.txt index 2150765..8771f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 -pyproj==3.6.1 \ No newline at end of file +requests==2.31.0 +pyproj==3.6.1 +geojson-pydantic==1.0.1 \ No newline at end of file