summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorEric Berglund <esberglu@us.ibm.com>2017-03-17 09:47:52 -0500
committerEric Berglund <esberglu@us.ibm.com>2017-03-17 14:52:03 +0000
commit3d965eee45aee9603e6c029797322b9b693e25eb (patch)
treecf8ae895ccb65b33ef9c7ab6a388db9b152da714 /requirements.txt
parent4f4243faa69553c84003b4e2ab09ea8a79f69745 (diff)
downloadceilometer-3d965eee45aee9603e6c029797322b9b693e25eb.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0f97d022..fc515841 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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