comparison setup.py @ 139:ce0e1e5efe77

stubbing
author Jeff Hammel <k0scist@gmail.com>
date Mon, 30 Mar 2015 10:35:59 -0700
parents 63bf582841a3
children 8a1fe454c98a
comparison
equal deleted inserted replaced
138:488cb433576c 139:ce0e1e5efe77
10 dependencies = ['numpy', 10 dependencies = ['numpy',
11 'pandas', 11 'pandas',
12 'matplotlib', 12 'matplotlib',
13 'bokeh>=0.8.1', 13 'bokeh>=0.8.1',
14 'python-dateutil', 14 'python-dateutil',
15 'tempita',
15 'which'] 16 'which']
16 17
17 # allow use of setuptools/distribute or distutils 18 # allow use of setuptools/distribute or distutils
18 kw = {} 19 kw = {}
19 try: 20 try: