aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1d8a7e3..e3d8c03 100755
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ setup(
"numpy",
"astropy",
"healpy",
+ "configobj",
],
tests_require=["pytest"],
)