summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5cb08ca..bfbfeaa 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ except IOError:
install_requires = [
'distribute',
- 'PrettyTable>=0.6,<0.7',
+ 'PrettyTable>=0.6,<0.8',
'cmd2==0.6.4',
]