From 7e116fe70eb5c9fa01804ffb17b0c21103171bb5 Mon Sep 17 00:00:00 2001 From: Lajos Katona Date: Tue, 15 Sep 2020 14:36:22 +0000 Subject: [PATCH] Revert "Updating the pecan version requirement" This reverts commit e92193d246c8ea30d42a064297bb7a1955c62a98. With pecan 1.4.0 aodh and ceilometer has issues, so for now better to revert this change. Closes-Bug: #1894864 Change-Id: I32b667b9fcc8bd6909d58c8fb60797f961ab9b44 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 568fd45387d..9633e5a2a34 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -84,7 +84,7 @@ ovsdbapp==1.3.0 Paste==2.0.2 PasteDeploy==1.5.0 pbr==4.0.0 -pecan==1.4.0 +pecan==1.3.2 pika-pool==0.1.3 pika==0.10.0 positional==1.2.1 diff --git a/requirements.txt b/requirements.txt index bf147c21d9f..2d59616b674 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Routes>=2.3.1 # MIT debtcollector>=1.19.0 # Apache-2.0 decorator>=3.4.0 # BSD eventlet>=0.21.0 # MIT -pecan>=1.4.0 # BSD +pecan>=1.3.2 # BSD httplib2>=0.9.1 # MIT requests>=2.14.2 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause)