[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 = "[email protected]" }, | |
] | |
dependencies = [ | |
"fastapi", | |
"uvicorn", | |
"sqlmodel", | |
"huggingface-hub[oauth]>=0.34.4", | |
"pandas>=2.3.1", | |
"pyarrow>=21.0.0", | |
"apscheduler>=3.11.0", | |
] | |
[dependency-groups] | |
dev = [ | |
"pytest", | |
"ruff", | |
"ty", | |
] | |
[tool.ruff] | |
target-version = "py312" | |