Files
awx/requirements/requirements_jenkins.txt
2015-11-04 10:47:26 -05:00

12 lines
254 B
Plaintext

-r requirements.txt
ansible
# 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