From 36bc153302cfdb0ced51cf4247e25b42ce8e7403 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 16 Feb 2016 22:34:58 -0500 Subject: Add missing dependency --- stsci.tools/stsci.tools.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stsci.tools/stsci.tools.ini b/stsci.tools/stsci.tools.ini index 36690f4..c1e64f4 100644 --- a/stsci.tools/stsci.tools.ini +++ b/stsci.tools/stsci.tools.ini @@ -22,12 +22,14 @@ build: setuptools stsci.distutils astropy >=1.1 + pytools numpy python run: stsci.distutils astropy >=1.1 + pytools numpy python -- cgit