tweak requirements to django 1.6

This commit is contained in:
Fábio C. Barrioneuvo da Luz 2013-11-11 15:06:24 -03:00
parent ce591e3d55
commit a6a2a73fdb
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Bleeding edge Django
https://github.com/django/django/archive/1.6c1.tar.gz
django
# Configuration
django-configurations==0.5.1
@ -15,7 +15,7 @@ django-floppyforms==1.1
# Models
South==0.8.2
# hack so django-model-utils doesn't override Django 1.6b4 install
git+git://github.com/pydanny/django-model-utils@d71bf2db7581d91dcc8e0a66fd4859eb8969d256
django-model-utils==1.5.0
# images
@ -30,7 +30,7 @@ psycopg2==2.5
# Unicode slugification
unicode-slugify==0.1.1
django-autoslug==1.7.1
django-autoslug==1.7.1
# Useful things
django-avatar==2.0

View File

@ -5,6 +5,6 @@ django-discover-runner==0.4
Sphinx
# django-debug-toolbar that works with Django 1.5+
git+git://github.com/django-debug-toolbar/django-debug-toolbar@7e4ecfd04cfe61b51e1fd6fdf0ce1c800a3ebb3b
# django-debug-toolbar that works with Django 1.6
django-debug-toolbar==0.11.0