1
0
Fork 0

Bump pgspecial to 1.11.1.

This commit is contained in:
Irina Truong 2018-07-25 19:23:54 -07:00
parent 688f09c091
commit 110a9c61f1
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.11.0',
'pgspecial>=1.11.1',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',