pin django debug toolbar for django dep reason

* fix IPy dep
* new django debug toolbar released today, broke things. Pin to our old
version of django to ensure success.
This commit is contained in:
Chris Meyers
2015-10-06 20:24:30 -04:00
parent f213577f6b
commit dcd731071f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
-r requirements.txt
django-devserver
django-debug-toolbar
django-debug-toolbar==1.3.2
unittest2
pep8
flake8