diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-21 11:59:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 11:59:34 -0500 |
commit | 4cad0ecc5af796ba2716444ca56fb1488dab2981 (patch) | |
tree | 54d3c8858d526ca98df7ebde7028166e479e5df7 | |
parent | 18317c9c6a03d4987326be82d02d43a5fd52f684 (diff) | |
download | astroconda-contrib-4cad0ecc5af796ba2716444ca56fb1488dab2981.tar.gz |
put beautifulsoup in 'build' reqs for stsynphot
-rw-r--r-- | stsynphot/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index a7db1c2..358ee4c 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -21,6 +21,7 @@ requirements: - synphot >=0.2 - astropy >=2.0 - scipy >=0.14 + - beautifulsoup4 - numpy {{ numpy }} - pytest - setuptools |