1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

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.
This commit is contained in:
Shane McDonald 2018-07-27 15:28:24 -04:00
parent dce50304f3
commit 795f26e7b9

View File

@ -1,5 +1,5 @@
pbr>=1.8 pbr>=1.8
setuptools_scm>=1.15.0 setuptools_scm>=1.15.0,<3.0
vcversioner>=2.16.0.0 vcversioner>=2.16.0.0
pytest-runner pytest-runner
isort isort