- Add dotenv loading to Django settings - Update CI workflow to use correct environment variables - Set POSTGRES_* variables instead of DATABASE_URL - Add environment variables to all Django management commands - Fixes CI test failures due to database connection issues
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
Django==5.0.6
|
|
psycopg[binary]==3.2.1
|
|
celery==5.3.6
|
|
redis==5.0.7
|
|
djangorestframework==3.15.2
|
|
weasyprint==62.3
|
|
python-dotenv==1.0.1
|
|
requests==2.32.3
|
|
gunicorn==22.0.0
|
|
python-dateutil==2.9.0
|
|
markdown==3.6
|