Merge pull request #307 from yuvipanda/lower-request

Require requests >= 2.4.3
This commit is contained in:
Anders Ingemann 2016-03-25 00:29:37 +01:00
commit 05e8d0c5bb

View file

@ -26,7 +26,7 @@ setup(name='bootstrap-vz',
'boto >= 2.14.0', 'boto >= 2.14.0',
'docopt >= 0.6.1', 'docopt >= 0.6.1',
'pyrfc3339 >= 1.0', 'pyrfc3339 >= 1.0',
'requests >= 2.9.1', 'requests >= 2.4.3',
], ],
license='Apache License, Version 2.0', license='Apache License, Version 2.0',
description='Bootstrap Debian images for virtualized environments', description='Bootstrap Debian images for virtualized environments',