diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-16 09:42:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 09:42:13 -0500 |
commit | e58d5954f5b35c5bd45d673428c5b410f4e2dc77 (patch) | |
tree | 51bfe738c99da72022fe5771ca7be2e8d227684f | |
parent | 2ce71d1db00ac889c757a1c4bb89472f52a68807 (diff) | |
download | astroconda-contrib-e58d5954f5b35c5bd45d673428c5b410f4e2dc77.tar.gz |
Add missing python requirements (#170)
-rw-r--r-- | stsci_sphinx_theme/meta.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stsci_sphinx_theme/meta.yaml b/stsci_sphinx_theme/meta.yaml index 5ca41a9..f722556 100644 --- a/stsci_sphinx_theme/meta.yaml +++ b/stsci_sphinx_theme/meta.yaml @@ -17,9 +17,12 @@ source: requirements: build: - sphinx >=1.1 + - setuptools + - python x.x run: - sphinx >=1.1 + - python x.x test: requires: |