changeset 198:b90021703faf

need pyparsing 1.5.1
author catherine@dellzilla
date Wed, 25 Feb 2009 14:24:59 -0500
parents 770c77152051
children 12c2d23caf19
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.