comparison setup.py @ 120:4e0c6887604e

cleanup and note dependencies
author Jeff Hammel <k0scist@gmail.com>
date Sun, 15 Mar 2015 20:58:15 -0700
parents fe820a3afa48
children 63bf582841a3
comparison
equal deleted inserted replaced
119:3602e357d5e7 120:4e0c6887604e
8 8
9 version = "0.0" 9 version = "0.0"
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',
15 'which']
14 16
15 # allow use of setuptools/distribute or distutils 17 # allow use of setuptools/distribute or distutils
16 kw = {} 18 kw = {}
17 try: 19 try:
18 from setuptools import setup 20 from setuptools import setup