Mercurial > hg > numerics
comparison setup.py @ 183:ae4e36f2c81a
which -> whichpy
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Feb 2017 13:57:16 -0800 |
parents | a4a665aa8569 |
children | 411db53cb9fb |
comparison
equal
deleted
inserted
replaced
182:a4a665aa8569 | 183:ae4e36f2c81a |
---|---|
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 'tempita', |
16 'which'] | 16 'whichpy'] |
17 | 17 |
18 # allow use of setuptools/distribute or distutils | 18 # allow use of setuptools/distribute or distutils |
19 kw = {} | 19 kw = {} |
20 try: | 20 try: |
21 from setuptools import setup | 21 from setuptools import setup |