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:
parent
7a8ed31b71
commit
baa350ef23
@ -14,6 +14,7 @@
|
||||
name:
|
||||
- PyGithub
|
||||
- PyYAML
|
||||
- requests
|
||||
virtualenv: "{{ ansible_user_dir }}/.venv"
|
||||
virtualenv_command: "{{ ensure_pip_virtualenv_command }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user