summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr>2013-05-02 15:08:56 +0200
committerDirk Mueller <dirk@dmllr>2013-05-02 15:13:26 +0200
commit4c96d1cf8ff4c660759841626b4726244aa5531a (patch)
tree847c220b57cb1945d97dce46552b8d61021074a7
parentdf52cc387dbc446350af717ee5a6e83cba351d92 (diff)
downloadcliff-4c96d1cf8ff4c660759841626b4726244aa5531a.tar.gz
cmd2 0.6.5.1 was released, and is compatible
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c126dcd..b207e32 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ except IOError:
install_requires = [
'distribute',
'PrettyTable>=0.6,<0.8',
- 'cmd2==0.6.4',
+ 'cmd2>=0.6.4',
]
# We need a different version of PyParsing, depending on which version