From eff6a51a7077925b56cad7411a4193ac13565c04 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 22 Jan 2015 17:21:27 -0700 Subject: [PATCH] Add retrying lib from global requirements Submitted a retry decorator and it was pointed out that the retrying library was already in global-requirements, it would probably be good to leverage this and use it rather than roll our own, so let's add it to our version of requirements and then we can look at whether using a decorator or just leveraging the lib is the right way to go. Change-Id: Ieea042e5cd65b7c7bfa803996f60856fcae054bf --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 31e1031a0..1d252c247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,7 @@ python-glanceclient>=0.15.0 python-novaclient>=2.18.0 python-swiftclient>=2.2.0 requests>=2.2.0,!=2.4.0 +retrying>=1.2.3,!=1.3.0 # Apache-2.0 Routes>=1.12.3,!=2.0 taskflow>=0.6 rtslib-fb>=2.1.39 -- 2.45.2