mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
pip 19 added support for something called `pyproject.toml`. Several packages have been setting the option `build-backend = "setuptools.build_meta”` (bcrypt, attrs, jaraco) which seems to be the root of the problem when building from source. Until the community sorts this out I’m inclined to avoid pip 19.
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
pbr>=1.8
|
|
setuptools_scm>=1.15.0,<3.0
|
|
vcversioner>=2.16.0.0
|
|
pytest-runner
|
|
isort
|
|
virtualenv
|
|
m2r
|
|
flit
|
|
intreehooks
|