Remove unused components from requirements
The following components have been removed from requirements.txt as unused: astroid, oslo.utils, oslo.i18n, oslo.log, oslo.config, six Change-Id: I87f0add4dc2bcece832197cfc88e2d531a80a326
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# The order of packages is significant, because pip processes them in the order
|
||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
|
|
||||||
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
|
||||||
pbr>=2.0.0 # Apache-2.0
|
pbr>=2.0.0 # Apache-2.0
|
||||||
keystoneauth1>=2.18.0 # Apache-2.0
|
keystoneauth1>=2.18.0 # Apache-2.0
|
||||||
|
|
||||||
cliff>=2.3.0 # Apache-2.0
|
cliff>=2.3.0 # Apache-2.0
|
||||||
oslo.utils>=3.20.0 # Apache-2.0
|
|
||||||
oslo.i18n>=2.1.0 # Apache-2.0
|
|
||||||
oslo.log>=3.22.0 # Apache-2.0
|
|
||||||
oslo.config>=3.22.0 # Apache-2.0
|
|
||||||
|
|
||||||
six>=1.9.0 # MIT
|
#Unused
|
||||||
|
#astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
|
||||||
|
#oslo.utils>=3.20.0 # Apache-2.0
|
||||||
|
#oslo.i18n>=2.1.0 # Apache-2.0
|
||||||
|
#oslo.log>=3.22.0 # Apache-2.0
|
||||||
|
#oslo.config>=3.22.0 # Apache-2.0
|
||||||
|
#six>=1.9.0 # MIT
|
||||||
|
Reference in New Issue
Block a user