| [project] | |
| name = "docker-space-fastapi-react" | |
| version = "0.1.0" | |
| description = "Backend for Docker Space FastAPI React" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| authors = [ | |
| { name = "Lucain Pouget", email = "lucain@huggingface.co" }, | |
| ] | |
| dependencies = [ | |
| "fastapi", | |
| "uvicorn", | |
| "sqlmodel", | |
| "huggingface-hub[oauth]>=0.34.4", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "ruff", | |
| "ty", | |
| ] | |
| [tool.ruff] | |
| target-version = "py312" | |