From af916d9baa7cd2d02b6fa52e325572796ebb203e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 Apr 2020 15:55:59 +0200 Subject: [PATCH] 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 --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9872e0398..12d3c297fe 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