Files
thrilltrack-explorer/django-backend/requirements/production.txt

12 lines
155 B
Plaintext

-r base.txt
# Production Web Server
gunicorn==21.2.0
whitenoise==6.6.0
# Production monitoring
django-prometheus==2.3.1
# Security
cryptography==41.0.7