summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Quin <stuart.quin@gmail.com>2016-06-23 21:27:32 +0100
committerGitHub <noreply@github.com>2016-06-23 21:27:32 +0100
commit5253e57fb8cbd6f51cd4026c24f79e09f3ef1354 (patch)
tree365c93e663078f457284399511797a5e02dba7b9
parent8abdb72a7b49781ed80afc8465273d3ab0f0ca1a (diff)
parentbe294de173b388ba6e38c1f7d94149b8720571e8 (diff)
Merge pull request #534 from dbcli/amjith/pgspecial-upgrade
Set pgspecial dependency version to 1.4 or higher.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5873be95..483c3689 100644
--- a/setup.py
+++ b/setup.py
@@ -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',