diff --git a/pyproject.toml b/pyproject.toml index 6194a94..a85c402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2479778..770e810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +starlette \ No newline at end of file