summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-05-26 12:49:48 -0700
committerGitHub <noreply@github.com>2018-05-26 12:49:48 -0700
commit7b3eef5de317cc75281bd7ee2560ff883e935121 (patch)
tree3ddc680b6354b983b3f9ba7195d6c6444683f6c9
parent9a543d05f98a927ea783f2d060c8533d6e7820fe (diff)
parent5427ad9a454c8018668af51ef4b002a80ff79107 (diff)
Merge pull request #890 from dbcli/bump-pgspecial-version
Bump the version of pgspecial to 1.11.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 25849aea..7845724d 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.10.0',
+ 'pgspecial>=1.11.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',