From efeb43f318ad85036f6ef96f9329d444dd5cf579 Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Tue, 12 Oct 2021 12:11:02 +0100 Subject: [PATCH] update setup to include extra modules --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 291e0793c..f33a42870 100644 --- a/setup.py +++ b/setup.py @@ -260,7 +260,9 @@ setup( "py_rinterpolate", "setproctitle", "psutil", - "colorama" + "colorama", + "strip-ansi", + "humanize" ], include_package_data=True, ext_modules=[BINARY_C_PYTHON_API_MODULE], # binary_c must be loaded -- GitLab