15 lines
282 B
TOML
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"
|