summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-08-11 09:11:53 -0400
committerGitHub <noreply@github.com>2019-08-11 09:11:53 -0400
commitd08f8d61a22782aa9efdb8ca33e6b4572f4f14dd (patch)
tree79ffbd8c8713887b8ec22438195167213b8cbd64
parenta2654202cb8e19f58c91f93d0745322b6f1c577e (diff)
downloadastroconda-contrib-d08f8d61a22782aa9efdb8ca33e6b4572f4f14dd.tar.gz
pysynphot: more missing dependencies (#540)
-rw-r--r--pysynphot/meta.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml
index de9b9b5..2e5a148 100644
--- a/pysynphot/meta.yaml
+++ b/pysynphot/meta.yaml
@@ -14,16 +14,20 @@ package:
requirements:
build:
- astropy >=1.1
+ - beautifulsoup4
- numpy {{ numpy }}
- pytest
- python {{ python }}
- setuptools_scm
- setuptools
+ - six
run:
- astropy >=1.1
+ - beautifulsoup4
- numpy
- pytest
- python
+ - six
source:
git_tag: {{ version }}
git_url: https://github.com/spacetelescope/{{ name }}.git