diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
commit | 70889eb035365d6e006b13a80fd9771666bfac5c (patch) | |
tree | dc96d17c75374f67eed356460d80be3cf2dfdcc3 /manifests/etc.yaml | |
download | build_control-70889eb035365d6e006b13a80fd9771666bfac5c.tar.gz |
Initial commit
Diffstat (limited to 'manifests/etc.yaml')
-rw-r--r-- | manifests/etc.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/manifests/etc.yaml b/manifests/etc.yaml new file mode 100644 index 0000000..7a4cc09 --- /dev/null +++ b/manifests/etc.yaml @@ -0,0 +1,25 @@ +repository: 'https://github.com/astroconda/astroconda-etc' +channels: + - 'http://ssb.stsci.edu/astroconda' +numpy_version: 1.11 +packages: + - pandeia-thirdparty + - pyetc-thirdparty + - ext_shmht + - django + - epydoc + - linecache2 + - mechanize + - parsley + - pmw + - pyfits + - sphinx-bootstrap-theme + - sphinx_rtd_theme + - threading2 + - traceback2 + - urwid + - websocket-client + - ws4py + - wsgiref + - yolk + |