From 659fc6e8ac47b94a8e1c2c15126382fcd31634de Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Fri, 22 Oct 2021 09:24:02 +0100
Subject: [PATCH] add simplejson to requirements

---
 requirements.txt |  1 +
 setup.py         | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 5ce17b531..973c4bd23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -50,6 +50,7 @@ requests==2.22.0
 scipy==1.4.1
 seaborn==0.10.0
 setproctitle==1.1.10
+simplejson==3.17.5
 six==1.13.0
 snowballstemmer==2.0.0
 Sphinx==2.2.1
diff --git a/setup.py b/setup.py
index 820ff8a4c..a99a68f12 100644
--- a/setup.py
+++ b/setup.py
@@ -249,22 +249,23 @@ setup(
         "binarycpython.tests",
     ],
     install_requires=[
-        "numpy",
-        "pytest",
-        "h5py",
-        "pathos",
-        "pandas",
         "astropy",
+        "colorama",
+        "h5py",
+        "halo",
+        "humanize",
         "matplotlib",
-        "seaborn",
+        "msgpack",
+        "numpy",
+        "pandas",
+        "pathos",
+        "psutil",
+        "pytest",
         "py_rinterpolate",
+        "seaborn",
         "setproctitle",
-        "psutil",
-        "colorama",
+        "simplejson"
         "strip-ansi",
-        "humanize",
-        "halo",
-        "msgpack"
     ],
     include_package_data=True,
     ext_modules=[BINARY_C_PYTHON_API_MODULE],  # binary_c must be loaded
-- 
GitLab