1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00

Set pgspecial dependency version to 1.4 or higher.

This commit is contained in:
Amjith Ramanujam 2016-06-21 00:58:44 -07:00
parent fc31362f0e
commit be294de173

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.3.0',
'pgspecial>=1.4.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.0,<1.1.0',