diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-21 11:03:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 11:03:26 -0500 |
commit | 5bd80b856d2f4c09c1654284c20185edd9b8dcda (patch) | |
tree | 23e3b73c500ef487e80957611fef043ec14f53cb /stsynphot | |
parent | fb9805ea88e464a33deedb457790abcfe049bf2d (diff) | |
download | astroconda-contrib-5bd80b856d2f4c09c1654284c20185edd9b8dcda.tar.gz |
Add beautifulsoup to stsynphot recipe (#576)
Diffstat (limited to '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 0dcbf9d..a7db1c2 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -30,6 +30,7 @@ requirements: - synphot >=0.2 - astropy >=2.0 - scipy >=0.14 + - beautifulsoup4 - numpy - pytest - python |