Files
awx/requirements/requirements_jenkins.txt
Chris Meyers 9f33127919 fixes jenkins failures
* 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)
2015-09-02 08:23:11 -04:00

10 lines
98 B
Plaintext

-r requirements.txt
ansible
django-jenkins
coverage
pyflakes
pep8
pylint
flake8
distribute==0.7.3