finished the front for the task manager
This commit is contained in:
11
back/pyproject.toml
Normal file
11
back/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "back"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"djangorestframework>=3.16.1",
|
||||
"requests>=2.32.5",
|
||||
"termcolor>=3.3.0",
|
||||
]
|
||||
Reference in New Issue
Block a user