From e58d5954f5b35c5bd45d673428c5b410f4e2dc77 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 Feb 2017 09:42:13 -0500 Subject: Add missing python requirements (#170) --- stsci_sphinx_theme/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit