mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 17:59:48 +03:00
[requires.io] dependency update
This commit is contained in:
parent
9b4c088df3
commit
10a068fb09
|
@ -7,7 +7,7 @@ wheel==0.29.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.9.7
|
django==1.9.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
|
@ -25,7 +25,7 @@ django-floppyforms==1.6.2
|
||||||
django-model-utils==2.5
|
django-model-utils==2.5
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
Pillow==3.2.0
|
Pillow==3.3.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!
|
||||||
|
@ -36,7 +36,7 @@ django-allauth==0.25.2
|
||||||
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
||||||
{% else %}
|
{% else %}
|
||||||
# Python-PostgreSQL Database Adapter
|
# Python-PostgreSQL Database Adapter
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.2
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
|
@ -44,7 +44,7 @@ unicode-slugify==0.1.3
|
||||||
django-autoslug==1.9.3
|
django-autoslug==1.9.3
|
||||||
|
|
||||||
# Time zones support
|
# Time zones support
|
||||||
pytz==2016.4
|
pytz==2016.6.1
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.4.3
|
django-redis==4.4.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user