mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "Force new enough requests version."
This reverts commit 339d40bef7
.
This commit is contained in:
parent
339d40bef7
commit
f541d6d674
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
unittest2 ; python_version < '2.7'
|
unittest2 ; python_version < '2.7'
|
||||||
importlib ; python_version < '2.7'
|
importlib ; python_version < '2.7'
|
||||||
requests >= 2.25.0 ; python_version >= '3.6' # Ansible 2.10's default container seems to have < 2.25.0 installed, causing installation of python-gitlab >= 2.10.1 to fail
|
|
||||||
|
|
||||||
# requirement for the memcached cache plugin
|
# requirement for the memcached cache plugin
|
||||||
python-memcached
|
python-memcached
|
||||||
|
|
Loading…
Reference in a new issue