Remove old excludes

These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: I53e457494b34300407d5cb0b2fad7e07922c018d
This commit is contained in:
Takashi Kajinami 2024-04-30 18:30:36 +09:00
parent e071ad44b0
commit a0c9d5e9e1
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