summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 36aed5f9..7d8dc5d5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,4 @@ 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"
+ujson>=5.4.0; python_version >= "3.7"