update deps

This commit is contained in:
2026-05-05 07:23:59 -06:00
parent c0c5be9420
commit 0fd7dedea6
6 changed files with 786 additions and 711 deletions

View File

@@ -5,29 +5,26 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"channels>=4.2.0",
"channels-redis>=4.2.0",
"daphne>=4.1.2",
"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",
"gunicorn==22.0.0",
"jsonfield==3.1.0",
"openai>=1.108.1",
"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",
"channels>=4.3.2,<5",
"channels-redis>=4.3.0,<5",
"daphne>=4.2.1,<5",
"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",
"djangorestframework>=3.17.1,<4",
"dramatiq>=2.1.0,<3",
"gunicorn>=26.0.0,<27",
"openai>=2.34.0,<3",
"otpauth>=2.2.1,<3",
"pillow>=12.2.0,<13",
"psycopg>=3.3.4,<4",
"psycopg-binary>=3.3.4,<4",
"python-dateutil>=2.9.0.post0,<3",
"qrcode>=8.2,<9",
"sentry-sdk[django]>=2.0.0,<3",
"xlsxwriter>=3.2.9,<4",
]
[dependency-groups]