# 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==1.0.0  # https://github.com/antonagestam/collectfast

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