# HG changeset patch # User catherine@dellzilla # Date 1235589899 18000 # Node ID b90021703faf4301f57dfe9f2d93d99abf778b2e # Parent 770c771520518b0792f199ad399b8ac6d2abf54d need pyparsing 1.5.1 diff -r 770c77152051 -r b90021703faf setup.py --- a/setup.py Wed Feb 25 14:07:45 2009 -0500 +++ b/setup.py Wed Feb 25 14:24:59 2009 -0500 @@ -13,6 +13,7 @@ license = 'MIT', keywords = 'command prompt console cmd', url = 'http://www.assembla.com/wiki/show/python-cmd2', + install_requires=['pyparsing>=1.5.1'], long_description = """Enhancements for standard library's cmd module.