From dfb04f1c4ad11e39dfb73db9403ee6e1b87129da Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Fri, 17 Apr 2020 15:39:39 +0200 Subject: [PATCH] Remove Babel from requirements It's not a runtime dependency (and even oslo.i18n has dropped it). The translation infrastructure installs Babel explicitly. See this mailing list thread for a full reasoning: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I2898616ec6302bb578ddc265d6c6dc02d8415eac --- lower-constraints.txt | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 9e44ad897..740ac5a1a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,4 @@ 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 efa6cf381..fef5e1e44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD keystoneauth1>=3.4.0 # Apache-2.0 simplejson>=3.5.1 # MIT -Babel!=2.4.0,>=2.3.4 # BSD six>=1.10.0 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0