# HG changeset patch # User Jeff Hammel # Date 1487616034 28800 # Node ID a2bbe406f570fcc3d0af3b18713c317fe98e3d50 # Parent 4576ccc3be7668cdc65a51943129e068925525dc which is no longer maintained; roll our mediocre own diff -r 4576ccc3be76 -r a2bbe406f570 setup.py --- a/setup.py Sun Feb 19 17:53:30 2017 -0800 +++ b/setup.py Mon Feb 20 10:40:34 2017 -0800 @@ -5,7 +5,7 @@ import os version = "0.0" -dependencies = ['webob', 'which'] +dependencies = ['webob', 'whichpy'] # allow use of setuptools/distribute or distutils kw = {}