From d2c7c8615097f55572d4244f7215d2e52d08a1bd Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 24 Mar 2016 13:48:16 -0700 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7b97ac..10145f5 100644 --- a/setup.py +++ b/setup.py @@ -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',