Add note for docutils, unpin runner dependency

This commit is contained in:
AlanCoding
2019-05-09 16:34:37 -04:00
parent 2bec5ddb41
commit bda838f723
3 changed files with 5 additions and 5 deletions

View File

@@ -12,6 +12,8 @@ pip-compile -U -r --allow-unsafe --output-file requirements/requirements.txt req
pip-compile -U -r --allow-unsafe --output-file requirements/requirements_ansible_py3.txt requirements/requirements_ansible.in
```
Remove the `docutils` line from `requirements/requirements.txt`.
The Ansible venv requirements file needs to start with the python 2 version
as a base. Then we can run the tool again to get the python 3 version.
Consult the output of the `diff` command and add a conditional switch in those cases.