11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
-r base.txt
|
|
|
|
# Production WSGI server
|
|
gunicorn==21.2.0
|
|
|
|
# Monitoring & logging
|
|
sentry-sdk[flask]==1.39.1
|
|
|
|
# Performance
|
|
gevent==23.9.1
|