From 1ea04bfcbf6e4fcb1fe63dfc26f90a4ae8468d28 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 15 Oct 2016 09:58:08 +0800 Subject: Install 'bin/fg21sim-download-snr-data' and update requirements. Add two new requirements: beautifulsoup4, requests --- requirements.txt | 2 ++ setup.py | 3 +++ 2 files changed, 5 insertions(+) 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 diff --git a/setup.py b/setup.py index ec107f5..29f6842 100755 --- a/setup.py +++ b/setup.py @@ -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}, -- cgit v1.2.2