Skip to content
Snippets Groups Projects
Commit 659fc6e8 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add simplejson to requirements

parent f4865d0b
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ requests==2.22.0 ...@@ -50,6 +50,7 @@ requests==2.22.0
scipy==1.4.1 scipy==1.4.1
seaborn==0.10.0 seaborn==0.10.0
setproctitle==1.1.10 setproctitle==1.1.10
simplejson==3.17.5
six==1.13.0 six==1.13.0
snowballstemmer==2.0.0 snowballstemmer==2.0.0
Sphinx==2.2.1 Sphinx==2.2.1
......
...@@ -249,22 +249,23 @@ setup( ...@@ -249,22 +249,23 @@ setup(
"binarycpython.tests", "binarycpython.tests",
], ],
install_requires=[ install_requires=[
"numpy",
"pytest",
"h5py",
"pathos",
"pandas",
"astropy", "astropy",
"colorama",
"h5py",
"halo",
"humanize",
"matplotlib", "matplotlib",
"seaborn", "msgpack",
"numpy",
"pandas",
"pathos",
"psutil",
"pytest",
"py_rinterpolate", "py_rinterpolate",
"seaborn",
"setproctitle", "setproctitle",
"psutil", "simplejson"
"colorama",
"strip-ansi", "strip-ansi",
"humanize",
"halo",
"msgpack"
], ],
include_package_data=True, include_package_data=True,
ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment