mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user