mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add m2r to setup requirements file
We `pip download` this file for offline installs. Automat lists this package as a setup_requires, but `pip download` doesn’t resolve these dependencies (distutils will attempt to install them via easy_install when setup.py is invoked).
This commit is contained in:
@@ -4,3 +4,4 @@ vcversioner>=2.16.0.0
|
||||
pytest-runner
|
||||
isort
|
||||
virtualenv
|
||||
m2r
|
||||
|
||||
Reference in New Issue
Block a user