2018-03-09 09:57:32 +00:00
|
|
|
# PRECAUTION: avoid production dependencies that aren't in development
|
2013-08-14 18:01:41 +00:00
|
|
|
|
2018-05-07 17:30:14 +00:00
|
|
|
-r ./base.txt
|
2015-10-19 23:02:42 +00:00
|
|
|
|
2018-04-30 19:16:09 +00:00
|
|
|
gunicorn==19.8.1 # https://github.com/benoitc/gunicorn
|
2018-03-16 21:32:43 +00:00
|
|
|
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
2018-03-09 09:57:32 +00:00
|
|
|
{%- if cookiecutter.use_whitenoise == 'n' %}
|
2018-03-17 14:29:44 +00:00
|
|
|
Collectfast==0.6.2 # https://github.com/antonagestam/collectfast
|
2015-04-26 09:57:45 +00:00
|
|
|
{%- endif %}
|
2018-04-03 09:12:26 +00:00
|
|
|
{%- if cookiecutter.use_sentry == "y" %}
|
2018-05-31 04:55:38 +00:00
|
|
|
raven==6.9.0 # https://github.com/getsentry/raven-python
|
2015-07-27 15:42:23 +00:00
|
|
|
{%- endif %}
|
2018-03-09 09:57:32 +00:00
|
|
|
|
|
|
|
|
# Django
|
|
|
|
|
# ------------------------------------------------------------------------------
|
2018-05-05 12:01:03 +00:00
|
|
|
django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages
|
2018-05-25 09:07:17 +00:00
|
|
|
django-anymail[mailgun]==2.2 # https://github.com/anymail/django-anymail
|