1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Update pgspecial dependency to 1.3.0

This commit is contained in:
Amjith Ramanujam 2016-03-24 07:18:22 -07:00
parent 289d960114
commit 4576ab257c

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.1.0',
'pgspecial>=1.3.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit==0.60',