maintain-github-mirror: add requests dependency

maintain-github-mirror makes direct use of the requests module. That
module is currently installed as a dependency of PyGithub, but that's
brittle, as PyGithub may well opt for a different library in the
future.

Let's proactively fix that before it bites us.

Change-Id: I8fc288e6c3978e20ddf48f905968931f89834e53
This commit is contained in:
Thierry Carrez 2020-07-13 17:07:07 +02:00
parent 7a8ed31b71
commit baa350ef23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
name: name:
- PyGithub - PyGithub
- PyYAML - PyYAML
- requests
virtualenv: "{{ ansible_user_dir }}/.venv" virtualenv: "{{ ansible_user_dir }}/.venv"
virtualenv_command: "{{ ensure_pip_virtualenv_command }}" virtualenv_command: "{{ ensure_pip_virtualenv_command }}"