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
This commit is contained in:
melissaml 2020-09-23 08:41:26 +08:00
parent 100130beb0
commit 2c2404a46a
3 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -4,7 +4,6 @@ amqp==2.2.2
anyjson==0.3.3 anyjson==0.3.3
appdirs==1.4.3 appdirs==1.4.3
asn1crypto==0.24.0 asn1crypto==0.24.0
Babel==2.3.4
bcrypt==3.1.4 bcrypt==3.1.4
beautifulsoup4==4.6.0 beautifulsoup4==4.6.0
cachetools==2.0.1 cachetools==2.0.1
@ -52,7 +51,6 @@ kubernetes==7.0.0
linecache2==1.0.0 linecache2==1.0.0
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.1 MarkupSafe==1.1
mccabe==0.2.1
monotonic==1.4 monotonic==1.4
mox3==0.25.0 mox3==0.25.0
msgpack==0.5.6 msgpack==0.5.6

View File

@ -7,7 +7,6 @@ Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT Routes>=2.3.1 # MIT
anyjson>=0.3.3 # BSD anyjson>=0.3.3 # BSD
Babel!=2.4.0,>=2.3.4 # BSD
eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT
requests>=2.14.2 # Apache-2.0 requests>=2.14.2 # Apache-2.0
jsonschema>=3.2.0 # MIT jsonschema>=3.2.0 # MIT