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

-r base.txt

gunicorn==23.0.0  # https://github.com/benoitc/gunicorn
Collectfasta==3.2.1  # https://github.com/jasongi/collectfasta

# Django
# ------------------------------------------------------------------------------
django-storages[s3]==1.14.6  # https://github.com/jschneier/django-storages
django-anymail[mailgun]==13.0  # https://github.com/anymail/django-anymail
