summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 87c46a0a..7d8dc5d5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,8 @@
-psutil>=5.3.0
+psutil>=5.6.7
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>=5.4.0; python_version >= "3.7"