Files
awx/requirements/requirements_jenkins.txt
Matthew Jones d110943b33 Momentarily peg ansible version at 1.9.4
Having issues with unicode under ansible 2.0
2016-01-12 13:10:37 -05:00

12 lines
261 B
Plaintext

-r requirements.txt
ansible==1.9.4
# Based on django-jenkins==0.16.3, with a fix for properly importing coverage
git+https://github.com/jlaska/django-jenkins.git@release_0.16.4#egg=django-jenkins
coverage
pyflakes
pep8
pylint
flake8
distribute==0.7.3
unittest2