Files
tsp_backend_seed/pyproject.toml
2025-03-02 08:41:31 -05:00

15 lines
282 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "tsp_backend_seed"
dynamic = ["version"]
dependencies = [
"Django>=5.1.0,<6.0.0",
"djangorestframework>=3.0.0,<4.0.0",
]
[tool.hatch.version]
path = "tsp_backend_seed/__about__.py"