From 9f7323c50ba7bf42b99cdec1b05aff0757c165f9 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Mon, 29 Jun 2020 14:59:25 +0800 Subject: Remove Babel requirement Babel is not needed as requirement, remove it. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: Ifd51020aabf265eada1f667713013a3a6176c659 --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 6c3b803..1aac5e5 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,6 +1,5 @@ appdirs==1.3.0 asn1crypto==0.23.0 -Babel==2.3.4 cffi==1.7.0 cliff==2.8.0 cmd2==0.8.0 diff --git a/requirements.txt b/requirements.txt index 89685ff..b0bcfcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD keystoneauth1>=3.4.0 # Apache-2.0 osc-lib>=2.0.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 -- cgit v1.2.1