diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-17 21:23:07 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-17 21:23:07 -0500 |
commit | c6bbd04876c6473424f28403f7c590f6ad44c419 (patch) | |
tree | ac4c869467c48c79b49da4449f107de850ea2a79 /stsci.skypac | |
parent | 36bc153302cfdb0ced51cf4247e25b42ce8e7403 (diff) | |
download | cbc-recipes-c6bbd04876c6473424f28403f7c590f6ad44c419.tar.gz |
Add aliveness tests; Increase dependency tracking
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/stsci.skypac.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index 3df97c1..298d9d3 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -19,18 +19,21 @@ preserve_egg_dir: yes [requirements] build : + astropy >=1.1 stsci.distutils stsci.sphere - astropy >=1.1 + stsci.tools setuptools python run : astropy >=1.1 stsci.sphere + stsci.tools python [test] imports : + stsci.skypac commands : |