commit e15a3a2733cb3f6fca73145ce92bfc7056759e42 Author: likui Date: Thu Sep 3 13:43:30 2020 +0800 Remove Babel requirement Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: Ia70ca75cde26c41aab142ca7a8fff977aedc0f42 diff --git a/lower-constraints.txt b/lower-constraints.txt index a263c2e..8ce8f9e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,7 +1,6 @@ alabaster==0.7.10 appdirs==1.3.0 asn1crypto==0.23.0 -Babel==2.3.4 cffi==1.14.0 cliff==2.8.0 cmd2==0.8.0 diff --git a/requirements.txt b/requirements.txt index 3d8f95d..dec3c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ requests>=2.14.2 # Apache-2.0 simplejson>=3.5.1 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD keystoneauth1>=3.4.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0