Fix requirements check

Remove python_version so that requirements-check passes again.

Change-Id: I46c6118d9b29a17a3186b3fd5f47115236913a16
This commit is contained in:
Andreas Jaeger 2020-05-21 12:35:46 +02:00
parent 623e44ecf9
commit 9d495618d2
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ stevedore>=1.28.0 # Apache-2.0
taskflow>=3.7.1 # Apache-2.0
WebOb>=1.8.5 # 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
futurist>=1.8.0 # Apache-2.0