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 116b0849a7
commit e71189466c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=djan
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
git+https://github.com/chrismeyersfsu/django-rest-framework-mongoengine.git@0c79515257a33a0ce61500b65fa497398628a03d#egg=django-rest-framework-mongoengine
git+https://github.com/chrismeyersfsu/gevent-socketio.git@tower_0.3.6#egg=gevent-socketio
git+https://github.com/chrismeyersfsu/python-ipy.git@master#egg=IPy
git+https://github.com/chrismeyersfsu/python-ipy.git@fix-127_localhost#egg=IPy
git+https://github.com/chrismeyersfsu/python-keystoneclient.git@1.3.0#egg=python-keystoneclient
git+https://github.com/chrismeyersfsu/shade.git@tower_0.5.0#egg=shade
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize

View File

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