25 lines
388 B
Plaintext
25 lines
388 B
Plaintext
# 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
|