use uv
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user