This commit is contained in:
2025-03-04 14:36:53 +08:00
parent db42ff4e6d
commit b260ecf582
6 changed files with 221 additions and 17 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "webapi"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.1.6",
"django-cors-headers>=4.7.0",
"django-extensions>=3.2.3",
"django-ninja>=1.3.0",
"pydantic[email]>=2.10.6",
]