Bump prettytable version accepted

This commit is contained in:
Dean Troyer 2013-04-02 06:56:28 +00:00
parent fba2c8abea
commit 2ba12c0bce
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ except IOError:
install_requires = [
'distribute',
'PrettyTable>=0.6,<0.7',
'PrettyTable>=0.6,<0.8',
'cmd2==0.6.4',
]