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:
parent
88ce26f686
commit
59fbc8f2e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user