mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
fix boto==2.34.1 not available, update dep to latest
This commit is contained in:
parent
a162aa4c98
commit
a4568173f6
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
-r base.txt
|
||||
coverage==3.7.1
|
||||
Sphinx
|
||||
django-extensions==1.4.8
|
||||
django-extensions==1.4.9
|
||||
Werkzeug==0.9.6
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.2.1
|
||||
django-debug-toolbar==1.2.2
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ gunicorn==19.1.1
|
|||
django-storages==1.1.8
|
||||
Collectfast==0.2.1
|
||||
gevent==1.0.1
|
||||
boto==2.34.1
|
||||
boto==2.34.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue