summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-02-16 09:42:13 -0500
committerGitHub <noreply@github.com>2017-02-16 09:42:13 -0500
commite58d5954f5b35c5bd45d673428c5b410f4e2dc77 (patch)
tree51bfe738c99da72022fe5771ca7be2e8d227684f
parent2ce71d1db00ac889c757a1c4bb89472f52a68807 (diff)
downloadastroconda-contrib-e58d5954f5b35c5bd45d673428c5b410f4e2dc77.tar.gz
Add missing python requirements (#170)
-rw-r--r--stsci_sphinx_theme/meta.yaml3
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: