From 2c2404a46ac20aa450b3ec3aa90fe8adbfefa4bd Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 23 Sep 2020 08:41:26 +0800 Subject: [PATCH] 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 --- babel.cfg | 2 -- lower-constraints.txt | 2 -- requirements.txt | 1 - 3 files changed, 5 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb76..000000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/lower-constraints.txt b/lower-constraints.txt index fc4b1bb8c..6597d7cdc 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 e72a47a57..a1c73f8e1 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