Files
awx/requirements/requirements_setup_requires.txt
Shane McDonald fe850dff38 Fix offline builds
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.
2019-06-18 18:48:54 -04:00

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