From: Alfredo Deza Date: Wed, 16 Mar 2016 13:39:56 +0000 (-0400) Subject: [RM-13377] require boto 2.10.0 as the minimum version X-Git-Tag: v1.2.5~2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=babba2e3270a061a0ea1d767a6d4d8eef07564ba;p=radosgw-agent.git [RM-13377] require boto 2.10.0 as the minimum version Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 9083b80..fcbce18 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ metadata = dict( install_requires = [ - 'boto >=2.2.2,<3.0.0', + 'boto >=2.10.0,<3.0.0', 'PyYAML', ]