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:
Eric Berglund 2017-03-17 09:47:52 -05:00
parent 4f4243faa6
commit 3d965eee45
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ cotyledon>=1.3.0 #Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futurist>=0.11.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
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
kafka-python>=1.3.2 # Apache-2.0