Fix retrying lower bound in requirements.txt

Due to change [1], the retrying package in requirements.txt
must match the lower bound found in lower-constraints.txt.

[1] https://review.openstack.org/#/c/574367/

Change-Id: I05600e8c606099aea74aa032f92c4f44f947cb4c
This commit is contained in:
Eric Fried 2018-06-15 23:10:32 +00:00 committed by Matt Riedemann
parent f7ddafb2ac
commit f64e6eada3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ os-xenapi>=0.3.3 # Apache-2.0
tooz>=1.58.0 # Apache-2.0
cursive>=0.2.1 # Apache-2.0
pypowervm>=1.1.15 # Apache-2.0
retrying!=1.3.0 # Apache-2.0
retrying>=1.3.3,!=1.3.0 # Apache-2.0
os-service-types>=1.2.0 # Apache-2.0
taskflow>=2.16.0 # Apache-2.0
python-dateutil>=2.5.3 # BSD