mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
parent
1732659678
commit
2eac9648a1
|
@ -4,7 +4,6 @@
|
|||
|
||||
gevent==1.2.2
|
||||
gunicorn==19.8.1 # https://github.com/benoitc/gunicorn
|
||||
boto3==1.6.2 # pyup: update minor # https://github.com/boto/boto3
|
||||
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
||||
{%- if cookiecutter.use_whitenoise == 'n' %}
|
||||
Collectfast==0.6.2 # https://github.com/antonagestam/collectfast
|
||||
|
@ -15,5 +14,5 @@ raven==6.7.0 # https://github.com/getsentry/raven-python
|
|||
|
||||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
django-storages==1.6.6 # https://github.com/jschneier/django-storages
|
||||
django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages
|
||||
django-anymail==2.2 # https://github.com/anymail/django-anymail
|
||||
|
|
Loading…
Reference in New Issue
Block a user