Files
gatehouse-api/requirements/production.txt
T

11 lines
192 B
Plaintext
Raw Normal View History

2026-01-08 01:00:26 +10:30
-r base.txt
# Production WSGI server
2026-06-23 07:15:42 +00:00
gunicorn==23.0.0 # CVE-2024-1135, CVE-2024-6827 (HTTP request smuggling)
2026-01-08 01:00:26 +10:30
# Monitoring & logging
sentry-sdk[flask]==1.39.1
# Performance
gevent==23.9.1