initial commit
This commit is contained in:
11
requirements/prod.txt
Normal file
11
requirements/prod.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# WSGI server
|
||||
gunicorn>=22.0
|
||||
|
||||
# Static files serving
|
||||
whitenoise>=6.7
|
||||
|
||||
# Postgres connection pooling
|
||||
psycopg-pool>=3.2
|
||||
|
||||
# Monitoring
|
||||
sentry-sdk>=2.8
|
||||
Reference in New Issue
Block a user