Fix requirements check
Remove python_version so that requirements-check passes again. Change-Id: I46c6118d9b29a17a3186b3fd5f47115236913a16
This commit is contained in:
@@ -44,6 +44,6 @@ stevedore>=1.28.0 # Apache-2.0
|
|||||||
taskflow>=3.7.1 # Apache-2.0
|
taskflow>=3.7.1 # Apache-2.0
|
||||||
WebOb>=1.8.5 # MIT
|
WebOb>=1.8.5 # MIT
|
||||||
WSME>=0.9.2 # MIT
|
WSME>=0.9.2 # MIT
|
||||||
networkx>=2.2;python_version>='3.4' # BSD
|
networkx>=2.2 # BSD
|
||||||
microversion_parse>=0.2.1 # Apache-2.0
|
microversion_parse>=0.2.1 # Apache-2.0
|
||||||
futurist>=1.8.0 # Apache-2.0
|
futurist>=1.8.0 # Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user