This commit is contained in:
2025-06-15 19:26:45 +08:00
parent a5fc7cc369
commit 8a043d2ffa
3 changed files with 83 additions and 288 deletions

View File

@@ -5,27 +5,18 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"coverage==6.5.0",
"django>=5.2.3",
"django-cas-ng==5.0.1",
"django-dbconn-retry==0.1.8",
"django-dramatiq==0.13.0",
"django-redis==5.4.0",
"djangorestframework==3.16.0",
"dramatiq==1.17.0",
"entrypoints==0.4",
"envelopes==0.4",
"flake8==7.0.0",
"flake8-coding==1.3.2",
"flake8-quotes==3.3.2",
"gunicorn==22.0.0",
"jsonfield==3.1.0",
"otpauth==1.0.1",
"pillow==10.2.0",
"psycopg==3.2.9",
"psycopg-binary==3.2.9",
"python-dateutil==2.8.2",
"qrcode==8.2",
"raven==6.10.0",
"xlsxwriter==3.2.0",
"django-dbconn-retry>=0.1.8",
"django-dramatiq>=0.13.0",
"django-redis>=5.4.0",
"djangorestframework>=3.16.0",
"gunicorn>=23.0.0",
"otpauth>=2.2.1",
"pillow>=11.2.1",
"psycopg>=3.2.9",
"psycopg-binary>=3.2.9",
"qrcode>=8.2",
"raven>=6.10.0",
"requests>=2.32.4",
"xlsxwriter>=3.2.3",
]