1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements/requirements_dev.txt
Chris Meyers dcd731071f 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.
2015-10-07 11:34:50 -04:00

7 lines
87 B
Plaintext

-r requirements.txt
django-devserver
django-debug-toolbar==1.3.2
unittest2
pep8
flake8