mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
795f26e7b9
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.
8 lines
94 B
Plaintext
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
|