# HG changeset patch
# User Jeff Hammel <k0scist@gmail.com>
# Date 1487627836 28800
# Node ID ae4e36f2c81aaf2f4afaf2a85f56490180c47767
# Parent  a4a665aa8569c186658424f7aa7f89e67b7e5d27
which -> whichpy

diff -r a4a665aa8569 -r ae4e36f2c81a setup.py
--- a/setup.py	Sun Feb 19 21:00:59 2017 -0800
+++ b/setup.py	Mon Feb 20 13:57:16 2017 -0800
@@ -13,7 +13,7 @@
                 'bokeh>=0.8.1',
                 'python-dateutil',
                 'tempita',
-                'which']
+                'whichpy']
 
 # allow use of setuptools/distribute or distutils
 kw = {}