1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-17 16:57:39 +03:00

Merge pull request #676 from dbcli/j-bennet/bump-prompt-toolkit-for-fix-edit-bug

Bumped minimal requirement of prompt-toolkit to 1.0.10
This commit is contained in:
Amjith Ramanujam 2017-03-21 22:23:31 -07:00 committed by GitHub
commit 733a607380
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ Features:
---------
* Suggest objects from all schemas (not just those in search_path) (Thanks: `Joakim Koljonen`_)
Bug fixes:
----------
* Fixed external editor bug (issue #668). (Thanks: `Irina Truong`_).
1.5.1
=====

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',