11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
-r base.txt
|
|
|
|
# Production WSGI server
|
|
gunicorn==23.0.0 # CVE-2024-1135, CVE-2024-6827 (HTTP request smuggling)
|
|
|
|
# Monitoring & logging
|
|
sentry-sdk[flask]==1.39.1
|
|
|
|
# Performance
|
|
gevent==23.9.1
|