1
0
Fork 0

In fact bump even further.

This commit is contained in:
Irina Truong 2018-07-27 10:27:32 -07:00
parent 110a9c61f1
commit 41a2b49acc
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.1',
'pgspecial>=1.11.2',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',