From ea60836cc9bc540202a7d2783d8bd43bd0e06bd2 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 19 Nov 2022 15:57:27 +0100 Subject: [PATCH] Correct unitary test with Python 3.5 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 73c32d1f..36aed5f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ defusedxml packaging future; python_version < "3.0" ujson<3; python_version < "3.0" +ujson<4; python_version >= "3.5" and python_version < "3.6" ujson<5; python_version >= "3.6" and python_version < "3.7" ujson; python_version >= "3.7"