# PRECAUTION: avoid production dependencies that aren't in development

-r ./base.txt

gunicorn==19.9.0  # https://github.com/benoitc/gunicorn
psycopg2==2.8.3 --no-binary psycopg2  # https://github.com/psycopg/psycopg2
Collectfast==0.6.2  # https://github.com/antonagestam/collectfast
sentry-sdk==0.10.2  # https://github.com/getsentry/sentry-python

# Django
# ------------------------------------------------------------------------------
django-anymail[mailgun]==6.1.0  # https://github.com/anymail/django-anymail
