12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
# WSGI server
|
|
gunicorn>=22.0
|
|
|
|
# Static files serving
|
|
whitenoise>=6.7
|
|
|
|
# Postgres connection pooling
|
|
psycopg-pool>=3.2
|
|
|
|
# Monitoring
|
|
sentry-sdk>=2.8
|