blob: 902488350b4a828f84326bbaeb6632595e85e24b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# PRECAUTION: avoid production dependencies that aren't in development
-r base.txt
gunicorn==22.0.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg
sentry-sdk==2.1.1 # https://github.com/getsentry/sentry-python
# Django
# ------------------------------------------------------------------------------
django-storages[s3]==1.14.3 # https://github.com/jschneier/django-storages
django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail
|