This commit is contained in:
2026-08-05 08:18:02 -06:00
parent fbbbe11388
commit 502078b51b
3 changed files with 132 additions and 356 deletions

View File

@@ -9,7 +9,6 @@ dependencies = [
"channels-redis>=4.3.0,<5",
"uvicorn[standard]>=0.34.0,<1",
"django>=6.0.4,<6.1",
"django-cas-ng>=5.1.1,<6",
"django-dbconn-retry>=0.3.1,<0.4",
"django-dramatiq>=0.15.0,<0.16",
"django-redis>=6.0.0,<7",
@@ -23,6 +22,7 @@ dependencies = [
"psycopg-binary>=3.3.4,<4",
"python-dateutil>=2.9.0.post0,<3",
"qrcode>=8.2,<9",
"requests>=2.33.1,<3",
"sentry-sdk[django]>=2.0.0,<3",
"tree-sitter>=0.25.2",
"tree-sitter-c>=0.24.2",
@@ -30,6 +30,10 @@ dependencies = [
"xlsxwriter>=3.2.9,<4",
"asgiref>=3.11.1",
"jieba>=0.42.1",
]
[dependency-groups]
dev = [
"ruff>=0.15.11",
]