From 5bd80b856d2f4c09c1654284c20185edd9b8dcda Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 21 Nov 2019 11:03:26 -0500 Subject: Add beautifulsoup to stsynphot recipe (#576) --- stsynphot/meta.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit