Remove second tenacity in requirements
tenacity is defined twice in requirements.txt for ceilometer. This removes the definition with the lower requirement. Change-Id: I9c94c4950e81223a73e0514e03697cdca562c28d Closes-Bug: #1673798
This commit is contained in:
parent
4f4243faa6
commit
3d965eee45
@ -7,7 +7,6 @@ cotyledon>=1.3.0 #Apache-2.0
|
|||||||
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||||
futurist>=0.11.0 # Apache-2.0
|
futurist>=0.11.0 # Apache-2.0
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
tenacity>=3.1.0 # Apache-2.0
|
|
||||||
jsonpath-rw-ext>=0.1.9 # Apache-2.0
|
jsonpath-rw-ext>=0.1.9 # Apache-2.0
|
||||||
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
||||||
kafka-python>=1.3.2 # Apache-2.0
|
kafka-python>=1.3.2 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user