mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
* include requirements.txt in requirements_jenkins.txt * include requirements.txt in requirements_dev.txt * alter Makefile to NOT call the requirements rule in the requirements_* rules. Again, this is now handled by the -r requirements.txt in the respective _*.txt file. * install jenkins requirements "globally" (in the virtualenv)
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
-r requirements.txt
|
|
ansible
|
|
django-jenkins
|
|
coverage
|
|
pyflakes
|
|
pep8
|
|
pylint
|
|
flake8
|
|
distribute==0.7.3
|