Skip to content

Commit 1294a82

Browse files
committed
Pins prettytable to greater than version 0.7.0
I had issues testing this because the CCI I was using already had prettytable version 0.5.
1 parent 8901ca5 commit 1294a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
requires = [
1919
'distribute',
20-
'prettytable',
21-
'docopt==0.6.1',
20+
'prettytable >= 0.7.0',
21+
'docopt == 0.6.1',
2222
'requests'
2323
]
2424

0 commit comments

Comments
 (0)