mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
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:
@@ -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-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/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/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/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/shade.git@tower_0.5.0#egg=shade
|
||||||
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
django-devserver
|
django-devserver
|
||||||
django-debug-toolbar
|
django-debug-toolbar==1.3.2
|
||||||
unittest2
|
unittest2
|
||||||
pep8
|
pep8
|
||||||
flake8
|
flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user