[project] name = "ndbs-server" version = "0.1.0" description = "NDBS FastAPI backend" requires-python = ">=3.14" dependencies = [ "fastapi>=0.115.0", "uvicorn>=0.30.0", "pydantic>=2.8.0", ] [dependency-groups] dev = [ "httpx>=0.27.0", "pytest>=8.2.2", ]