summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2011-07-20 23:23:09 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2011-07-20 23:23:09 -0400
commit6e58471025072e8eef9c84e3f463d7dc0fb9eebb (patch)
treebb1d59f59385c6dfc66cf736706e3fd213eeb916 /setup.py
parentb4ae011674707191e820f2d2f08be1141b035c58 (diff)
downloadcmd2-git-6e58471025072e8eef9c84e3f463d7dc0fb9eebb.tar.gz
require pyparsing 1.5.6 for its Python 3 power
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c220ac51..ae1dd437 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
return ['sqlpython']
import sys
-install_requires = ['pyparsing>=1.5.5']
+install_requires = ['pyparsing>=1.5.6']
setup(
name="cmd2",
version="0.6.3",