Skip to content

Commit fb82110

Browse files
committed
(actually :) Pin version of prettytable to allow poetry install
1 parent f2bf804 commit fb82110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
version = '0.3.9'
1111

1212
install_requires = [
13-
'prettytable',
13+
'prettytable<1',
1414
'ipython>=1.0',
1515
'sqlalchemy>=0.6.7',
1616
'sqlparse',

0 commit comments

Comments
 (0)