Wauplin's picture
Wauplin HF Staff
much much better
e92d5c0 verified
raw
history blame
440 Bytes
[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",
]
[dependency-groups]
dev = [
"ruff",
"ty",
]
[tool.ruff]
target-version = "py312"