mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Merge pull request #103 from luzfcb/master
upgrade dependencies to latest versions available
This commit is contained in:
commit
02f03e3d56
|
@ -1,5 +1,5 @@
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==1.6.4
|
django==1.6.5
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-configurations==0.8
|
django-configurations==0.8
|
||||||
|
@ -24,7 +24,7 @@ Pillow==2.4.0
|
||||||
django-allauth==0.16.1
|
django-allauth==0.16.1
|
||||||
|
|
||||||
# For the persistance stores
|
# For the persistance stores
|
||||||
psycopg2==2.5.2
|
psycopg2==2.5.3
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
unicode-slugify==0.1.1
|
unicode-slugify==0.1.1
|
||||||
|
|
|
@ -5,4 +5,4 @@ django-discover-runner==1.0
|
||||||
Sphinx
|
Sphinx
|
||||||
|
|
||||||
# django-debug-toolbar that works with Django 1.5+
|
# django-debug-toolbar that works with Django 1.5+
|
||||||
django-debug-toolbar==1.1
|
django-debug-toolbar==1.2
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
django-storages==1.1.8
|
django-storages==1.1.8
|
||||||
Collectfast==0.2.0
|
Collectfast==0.2.0
|
||||||
gevent==1.0
|
gevent==1.0.1
|
||||||
boto==2.27.0
|
boto==2.28.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user