port to new django, AI automated

This commit is contained in:
2026-03-30 22:35:36 +02:00
parent e2d166e437
commit 372da3caa9
215 changed files with 9283 additions and 2981 deletions

View File

@@ -1,22 +1,24 @@
cachetools==3.0.0
Django==2.1.4
django-classy-tags==0.8.0
django-crispy-forms==1.7.2
django-sekizai==0.10.0
djangorestframework==3.9.0
google-api-python-client==1.7.6
google-auth==1.6.2
google-auth-httplib2==0.0.3
gunicorn==19.9.0
httplib2==0.12.0
oauth2client==4.1.3
Pillow==5.3.0
pkg-resources==0.0.0
pyasn1==0.4.4
pyasn1-modules==0.2.2
pytz==2018.7
reportlab==3.5.12
rsa==4.0
six==1.12.0
uritemplate==3.0.0
whitenoise==4.1.2
# Django and core
Django>=5.1,<5.2
# Forms
django-crispy-forms>=2.3
crispy-bootstrap5>=2024.2
# Template utilities
django-sekizai>=4.1
# REST API
djangorestframework>=3.15
# Google Calendar integration
google-api-python-client>=2.140
google-auth-oauthlib>=1.2
google-auth-httplib2>=0.2
httplib2>=0.22
# PDF generation (for scoremanager)
reportlab>=4.2
# Image handling
Pillow>=10.4