alunduil 15/05/02 15:59:55 Added: requests-requirements.patch Log: add version 1.2.0-r1 * relax requirement on dev-python/requests (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.1 app-emulation/docker-compose/files/requests-requirements.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/files/requests-requirements.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/files/requests-requirements.patch?rev=1.1&content-type=text/plain Index: requests-requirements.patch =================================================================== diff --git a/setup.py b/setup.py index 39ac0f6..91d8b5b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def find_version(*file_paths): install_requires = [ 'docopt >= 0.6.1, < 0.7', 'PyYAML >= 3.10, < 4', - 'requests >= 2.2.1, < 2.6', + 'requests >= 2.2.1', 'texttable >= 0.8.1, < 0.9', 'websocket-client >= 0.11.0, < 1.0', 'docker-py >= 1.0.0, < 1.2',
