summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-17 15:55:59 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-21 08:15:48 +0200
commitaf916d9baa7cd2d02b6fa52e325572796ebb203e (patch)
treefc03b2edf0d62a4ed960b25c8540806d5ad01f9b
parent7bb6314e40d6947294260324e84a58de191f8609 (diff)
downloadkeystone-af916d9baa7cd2d02b6fa52e325572796ebb203e.tar.gz
Remove Babel as requirement
This repo does not use Babel as requirement. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change I8636e7c86c6c5c608429fab88e181108ae615db9 added it temporarily, it's time to remove it again. Leave it in lower-constraints in case dependencies pull it in. Change-Id: I66bfedcbe30c89a65355e5ab1db6996640d2bfcf
-rw-r--r--requirements.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index a9872e039..12d3c297f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,10 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-# Temporarily add Babel reference to avoid problem
-# in keystone-coverage-db CI job
-Babel!=2.4.0,>=2.3.4 # BSD
-
pbr!=2.1.0,>=2.0.0 # Apache-2.0
WebOb>=1.7.1 # MIT
Flask!=0.11,>=1.0.2 # BSD