Remove old excludes

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

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: Ib08c9b599ba70f808f10414bc078ecf2e2c831b6
This commit is contained in:
Takashi Kajinami 2024-04-30 17:57:20 +09:00
parent fd20a6f2f9
commit a3b769ef46
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
horizon>=17.1.0 # Apache-2.0
openstacksdk>=0.62.0 # Apache-2.0

View File

@ -1,6 +1,6 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
pylint==1.4.5 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD