mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
46bbc83d0d
* 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
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
ansible==1.9.4
|
|
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
|