commit f3e0c743d7fd4cd96253ef05aca064b90c460ddb Author: melissaml Date: Wed Sep 23 08:41:26 2020 +0800 Remove obsolete files and the unused coding style modules The files babel.cfg is not used anymore, remove it. Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt they are not needed during installation. Change-Id: Ib6915e2fd423bfbdbcbba538f6ba49f0148dada4 (cherry picked from commit 2c2404a46ac20aa450b3ec3aa90fe8adbfefa4bd) diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb..0000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/lower-constraints.txt b/lower-constraints.txt index d221197..aa07c05 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -4,7 +4,6 @@ amqp==2.2.2 anyjson==0.3.3 appdirs==1.4.3 asn1crypto==0.24.0 -Babel==2.3.4 bcrypt==3.1.4 beautifulsoup4==4.6.0 cachetools==2.0.1 @@ -52,7 +51,6 @@ kubernetes==7.0.0 linecache2==1.0.0 Mako==1.0.7 MarkupSafe==1.1 -mccabe==0.2.1 monotonic==1.4 mox3==0.25.0 msgpack==0.5.6 diff --git a/requirements.txt b/requirements.txt index e72a47a..a1c73f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ Paste>=2.0.2 # MIT PasteDeploy>=1.5.0 # MIT Routes>=2.3.1 # MIT anyjson>=0.3.3 # BSD -Babel!=2.4.0,>=2.3.4 # BSD eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT requests>=2.14.2 # Apache-2.0 jsonschema>=3.2.0 # MIT