diff options
-rw-r--r-- | pysynphot/meta.yaml | 4 |
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 |