mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
17 lines
405 B
Plaintext
17 lines
405 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==1.0.0 # Pinned until PR merges https://gitlab.com/pycqa/flake8/merge_requests/56
|
|
pep8
|
|
pylint
|
|
flake8
|
|
distribute==0.7.3
|
|
unittest2
|
|
pytest
|
|
pytest-cov
|
|
pytest-django
|
|
pytest-pythonpath
|
|
pytest-mock
|