Remove old excludes

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

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: Ib07225b219f6a17decc8eac22fd63a5f19be7138
This commit is contained in:
Takashi Kajinami 2024-05-01 11:42:28 +09:00
parent a0f68b3d85
commit 8e118445bf
3 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
# 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.
# These are needed for docs generation
openstackdocstheme>=2.2.2 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=2.0.0 # BSD
reno>=3.1.0 # Apache-2.0

View File

@ -3,7 +3,7 @@
# adding a new feature to oslo.serialization means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
msgpack>=0.5.2 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pytz>=2013.6;python_version<"3.9" # MIT

View File

@ -2,4 +2,4 @@ netaddr>=0.7.18 # BSD
stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
coverage>=4.0 # Apache-2.0