Spaces:
Sleeping
Sleeping
| [project] | |
| name = "surgeink" | |
| version = "0.1.0" | |
| description = "Flood risk visualization API for SurgeInk" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "fastapi>=0.115.0,<1.0", | |
| "uvicorn[standard]>=0.34.0", | |
| "httpx>=0.28.0", | |
| "redis[hiredis]>=5.2.0", | |
| "pydantic>=2.10.0", | |
| "pydantic-settings>=2.7.0", | |
| ] | |
| [project.optional-dependencies] | |
| dev = [ | |
| "pytest>=8.0", | |
| "pytest-asyncio>=0.24.0", | |
| "httpx", | |
| ] | |
| [tool.pytest.ini_options] | |
| asyncio_mode = "auto" | |
| testpaths = ["tests"] | |