summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlfredo Moralejo <amoralej@redhat.com>2016-12-01 13:51:54 +0100
committerAlfredo Moralejo <amoralej@redhat.com>2016-12-01 13:53:53 +0100
commitcf92a7a9d583ed3aca0bbb313d8ff61dfc7f98a8 (patch)
tree17b614c8b937c97704b5dc1700a24f2ea1555b01 /requirements.txt
parent48203da21dfefc1c592067ff3e272f09b265e58f (diff)
downloadceilometer-cf92a7a9d583ed3aca0bbb313d8ff61dfc7f98a8.tar.gz
Bump minimal version of cotyledon
https://review.openstack.org/#/c/387193/ introduced import of cotyledon.oslo_config_glue wich was introduced in release 1.3.0, so we should require at least this version. Change-Id: Icd8cd0e36266d824f3a0233106781739f7c36f4b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e2ed5f0f..3eb832ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-cotyledon>=1.2.4 #Apache-2.0
+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