mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03: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
|
||||
setuptools_scm>=1.15.0
|
||||
setuptools_scm>=1.15.0,<3.0
|
||||
vcversioner>=2.16.0.0
|
||||
pytest-runner
|
||||
isort
|
||||
|
||||
Reference in New Issue
Block a user