initial drf project setup
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user