Require requests >= 2.4.3

- Is available on debian jessie onwards, makes packaging
  easier
- No particular features that were introduced in newer
  version of requests seems to be used
This commit is contained in:
YuviPanda 2016-03-24 13:48:16 -07:00
parent 042b881a14
commit d2c7c86150

View file

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