1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements/requirements_setup_requires.txt
Shane McDonald 795f26e7b9 Lock down version of setuptools_scm
This was causing offline pip installs to fail for some weird reason:

The 'setuptools_scm>=1.15.0' distribution was not found and is required by the application

Even though it is there. v2.x still works.
2018-07-27 15:28:41 -04:00

8 lines
94 B
Plaintext

pbr>=1.8
setuptools_scm>=1.15.0,<3.0
vcversioner>=2.16.0.0
pytest-runner
isort
virtualenv
m2r