mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Merge pull request #261 from luzfcb/master
update dependencies versions
This commit is contained in:
commit
baeba18d7c
|
@ -1,5 +1,5 @@
|
||||||
# This file is here because many Platforms as a Service look for
|
# This file is here because many Platforms as a Service look for
|
||||||
# requirements.txt in the root directory of a project.
|
# requirements.txt in the root directory of a project.
|
||||||
pylibmc==1.4.3
|
pylibmc==1.5.0
|
||||||
django-heroku-memcacheify==0.8
|
django-heroku-memcacheify==0.8
|
||||||
-r requirements/production.txt
|
-r requirements/production.txt
|
||||||
|
|
|
@ -5,7 +5,7 @@ django==1.8.2
|
||||||
django-environ==0.3.0
|
django-environ==0.3.0
|
||||||
django-secure==1.0.1
|
django-secure==1.0.1
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==2.0
|
whitenoise==2.0.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ django-floppyforms==1.4.1
|
||||||
django-model-utils==2.2
|
django-model-utils==2.2
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
Pillow==2.8.2
|
Pillow==2.9.0
|
||||||
|
|
||||||
# For user registration, either via email or social
|
# For user registration, either via email or social
|
||||||
# Well-built with regular release cycles!
|
# Well-built with regular release cycles!
|
||||||
django-allauth==0.20.0
|
django-allauth==0.21.0
|
||||||
|
|
||||||
# For the persistence stores
|
# For the persistence stores
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user