33 lines
567 B
Plaintext
33 lines
567 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
|
|
|
|
# Environment variable loading
|
|
python-dotenv
|
|
|
|
# Production WSGI server
|
|
gunicorn>=22.0
|
|
|
|
# Serve static files directly from gunicorn (no separate web server needed)
|
|
whitenoise>=6.8 |