Files
awx/requirements/requirements_jenkins.txt
Matthew Jones 4f8763ff90 Changes for Tower virtualenv support
* Break requirements down into ansible and tower reqs
* Generate separate Ansible and Tower virtual environments
* Install appropriate requirements files into each one
* Modify development tools to use these venvs instead of our old
  site-packages
* Modify settings to indicate venv enablement and location of venvs
* Modify tasks to use the proper virtual environment for its purpose
2016-03-09 14:33:42 -05:00

14 lines
142 B
Plaintext

ansible==1.9.4
coverage
pyflakes
pep8
pylint
flake8
distribute==0.7.3
unittest2
pytest
pytest-cov
pytest-django
pytest-pythonpath
pytest-mock