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