diff options
-rw-r--r-- | requirements.txt | 2 | ||||
-rwxr-xr-x | setup.py | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a104f35..0a6c52c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,5 @@ scipy astropy healpy configobj +beautifulsoup4 +requests @@ -75,6 +75,7 @@ setup( "bin/healpix2hpx", "bin/hpx2healpix", "bin/zea2healpix", + "bin/fg21sim-download-snr-data", ], install_requires=[ "numpy", @@ -82,6 +83,8 @@ setup( "astropy", "healpy", "configobj", + "beautifulsoup4", + "requests", ], tests_require=["pytest"], cmdclass={"test": PyTest}, |