diff --git a/pyproject.toml b/pyproject.toml index 1b4e4466a..8bf5ecc83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "nmsamplelocations" +name = "OcotilloAPI" version = "0.1.0" -description = "Add your description here" +description = "FastAPI backend and CLI for managing Ocotillo groundwater locations, wells, assets, and bulk water-level data transfers." readme = "README.md" requires-python = ">=3.13" dependencies = [ @@ -29,7 +29,7 @@ dependencies = [ "dnspython==2.7.0", "dotenv>=0.9.9", "email-validator==2.2.0", - "fastapi==0.116.1", + "fastapi==0.124.2", "fastapi-pagination==0.14.3", "frozenlist==1.7.0", "geoalchemy2==0.18.0", @@ -99,6 +99,10 @@ dependencies = [ "uvicorn==0.38.0", "yarl==1.20.1", ] + +[project.scripts] +oco = "cli.cli:cli" + [tool.alembic] # path to migration scripts.