Update requirements to latest stable

- django-autoslug==1.9.2
- django-debug-toolbar==1.4
- gevent==1.0.2
This commit is contained in:
Saurabh Kumar 2015-10-13 14:22:36 +05:30
parent 15f7657565
commit 4f7e5e5c97
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ psycopg2==2.6.1
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.8.0
django-autoslug==1.9.2
# Time zones support
pytz==2015.6

View File

@ -8,14 +8,14 @@ django-test-plus==1.0.9
factory_boy==2.5.2
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.3.2
django-debug-toolbar==1.4
# improved REPL
ipdb==0.8.1
{% if cookiecutter.use_maildump == "y" -%}
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
gevent==1.1b5
gevent==1.0.2
# Enables better email testing
maildump==0.5.1
{%- endif %}