1
0
Fork 0

J bennet/release 2.2.0 (#1126)

* Changelog.

* Bump pgspecial.

* Restrict prompt_toolkit to <3.0.0.
This commit is contained in:
Irina Truong 2019-12-04 09:24:17 -08:00 committed by GitHub
parent 0f969aba0c
commit 51d4d4a04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Upcoming:
=========
2.2.0:
======
Features:
---------

View File

@ -13,10 +13,10 @@ with open("pgcli/__init__.py", "rb") as f:
description = "CLI for Postgres Database. With auto-completion and syntax highlighting."
install_requirements = [
"pgspecial>=1.11.5",
"pgspecial>=1.11.8",
"click >= 4.1",
"Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
"prompt_toolkit>=2.0.6,<2.1.0",
"prompt_toolkit>=2.0.6,<3.0.0",
"psycopg2 >= 2.8",
"sqlparse >=0.3.0,<0.4",
"configobj >= 5.0.6",