diff options
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 661fca26c05..a9c93f45450 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -19,4 +19,4 @@ sphinx-rtd-theme # MIT noiseprotocol # MIT recommonmark # MIT pyyaml # MIT -jsonschema # MIT +jsonschema; python_version >= '3.7' # MIT |