update. 更新并添加新依赖

This commit is contained in:
2026-04-03 14:02:35 +08:00
parent 36e468f41c
commit 2666cbcb97
2 changed files with 428 additions and 107 deletions
+3 -2
View File
@@ -3,7 +3,7 @@ name = "server"
version = "0.1.0"
description = ""
authors = [
{name = "ngfchl",email = "ngfchl@126.com"}
{ name = "ngfchl", email = "ngfchl@126.com" }
]
readme = "README.md"
requires-python = ">=3.13"
@@ -13,7 +13,6 @@ python = ">=3.13,<3.14"
django = ">=6.0.3,<7.0.0"
django-ninja = "^1.6"
django-redis = "^6.0.0"
pyjwt = "^2.8.0"
python-dateutil = "^2.8.2"
toml = "^0.10.2"
uvicorn = { version = "^0.42.0", extras = ["standard"] }
@@ -26,6 +25,8 @@ pillow = "^12.1.1"
django-ckeditor-5 = "^0.2.20"
loguru = "^0.7.3"
django-import-export = "^4.4.0"
django-ninja-jwt = "^5.4.4"
django-ninja-extra = "^0.31.4"