1
0
Fork 0

Bumped minimal requirement of prompt-toolkit to 1.0.10, where reset_current_buffer was deprecated.

This commit is contained in:
Irina Truong 2017-03-21 21:26:01 -07:00
parent 534dbbfce1
commit 71ef3d7524
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ install_requirements = [
'pgspecial>=1.7.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.9,<1.1.0',
'prompt_toolkit>=1.0.10,<1.1.0',
'psycopg2 >= 2.5.4',
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',