mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
c841f08e5f
Also, install (not upgrade), jenkins requirements in the Makefile target.
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
# PIP requirements for running Tower unittests in jenkins.
|
|
# Install using "pip --no-index -r jenkins.txt".
|
|
|
|
ansible
|
|
redis
|
|
pyzmq
|
|
python-memcached
|
|
python-ldap
|
|
pycrypto
|
|
coverage
|
|
django-jenkins
|
|
pyflakes
|
|
pep8
|
|
pylint
|
|
flake8
|