Merge "Remove old excludes"

This commit is contained in:
Zuul 2024-07-10 16:37:44 +00:00 committed by Gerrit Code Review
commit 3d5d4da89e
3 changed files with 3 additions and 7 deletions

View File

@ -1,11 +1,7 @@
# 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
# process, which may cause wedges in the gate later.
# For generationg sphinx documentation
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=2.0.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
# For autodoc builds

View File

@ -11,7 +11,7 @@
# of openstack-specific projects (allowing interaction with openstack APIs)
# where oslo and associated transient dependencies are not desired.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
iso8601>=0.1.11 # MIT
requests>=2.14.2 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0

View File

@ -3,7 +3,7 @@ flake8-docstrings~=1.7.0 # MIT
flake8-import-order~=0.18.2 #LGPLv3
bandit~=1.7.6 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0