1
0
Fork 0

Bump the version of pgspecial to 1.11.0

This commit is contained in:
Amjith Ramanujam 2018-05-20 21:30:03 -07:00
parent d01b4eeb64
commit 5427ad9a45
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ with open('pgcli/__init__.py', 'rb') as f:
description = 'CLI for Postgres Database. With auto-completion and syntax highlighting.'
install_requirements = [
'pgspecial>=1.10.0',
'pgspecial>=1.11.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',