diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 16:55:48 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 16:55:48 +0800 |
commit | 8157d062e08197dfa69039fa529d4697d7a46986 (patch) | |
tree | 1dfc7907d43d87bb7b175b103e0df17398c605c1 /setup.py | |
parent | 83dc981ce37689d121db72d0a882d192e4b48bec (diff) | |
download | fg21sim-8157d062e08197dfa69039fa529d4697d7a46986.tar.bz2 |
setup.py: Add missing install requirement "configobj"
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ setup( "numpy", "astropy", "healpy", + "configobj", ], tests_require=["pytest"], ) |