1
0
Fork 0

bump pgspecial req. (#981)

This commit is contained in:
Irina Truong 2018-12-20 11:33:36 -08:00 committed by GitHub
parent 9494ef7050
commit d2aa094134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2',
'pgspecial>=1.11.5',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=2.0.6,<2.1.0',