Remove old excludes
These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I0c708c751d4f7abbcd46a1eba604b7e1bcc64f86
This commit is contained in:
parent
0ed74acd82
commit
7f82e1ea5d
@ -1,10 +1,6 @@
|
|||||||
# 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 generating sphinx documentation
|
# For generating sphinx documentation
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
sphinx>=1.8.0,!=2.1.0 # BSD
|
sphinx>=1.8.0 # BSD
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.0 # Apache-2.0
|
||||||
sphinxcontrib-apidoc>=0.2.0 # BSD
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pbr!=2.1.0,>=3.1.1 # Apache-2.0
|
pbr>=3.1.1 # Apache-2.0
|
||||||
|
|
||||||
# General
|
# General
|
||||||
oslo.utils>=3.41.0
|
oslo.utils>=3.41.0
|
||||||
|
@ -3,4 +3,4 @@ oslotest>=3.2.0 # Apache-2.0
|
|||||||
# Bandit security code scanner
|
# Bandit security code scanner
|
||||||
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage>=4.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user