diff options
| author | wu.chunyang <wuchunyang@yovole.com> | 2020-10-21 23:40:27 +0800 |
|---|---|---|
| committer | wu.chunyang <wuchunyang@yovole.com> | 2020-10-21 23:44:33 +0800 |
| commit | f464bba792b45691e8667dcf966ac703119ff3c0 (patch) | |
| tree | c34a67aad01f09858b3f49ab0dc53ae5940d4a26 | |
| parent | 77a45fe685e53ebca76c26670550df3d4e397421 (diff) | |
| download | python-openstackclient-f464bba792b45691e8667dcf966ac703119ff3c0.tar.gz | |
Remove the unused coding style modules
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: Id735af397e8d41ad3ff583386844d4131fc9e12c
| -rw-r--r-- | lower-constraints.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 2fa6586e..74eac640 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -21,15 +21,12 @@ eventlet==0.18.2 extras==1.0.0 fasteners==0.7.0 fixtures==3.0.0 -flake8-import-order==0.13 -flake8==2.6.2 future==0.16.0 futurist==2.1.0 gitdb==0.6.4 GitPython==1.0.1 gnocchiclient==3.3.1 greenlet==0.4.15 -hacking==2.0.0 httplib2==0.9.1 idna==2.6 iso8601==0.1.11 @@ -42,7 +39,6 @@ keystoneauth1==3.18.0 kombu==4.0.0 linecache2==1.0.0 MarkupSafe==1.1.0 -mccabe==0.2.1 monotonic==0.6 mox3==0.20.0 msgpack-python==0.4.0 @@ -78,7 +74,6 @@ prettytable==0.7.2 pyasn1==0.1.8 pycodestyle==2.0.0 pycparser==2.18 -pyflakes==0.8.1 pyinotify==0.9.6 pyOpenSSL==17.1.0 pyparsing==2.1.0 |
