summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-27 10:31:11 -0700
committerGitHub <noreply@github.com>2018-07-27 10:31:11 -0700
commite7121e7acdca3875370689034d381fc71fce35d6 (patch)
tree29b96b15410cb1198d3b6f2187588be07f771c58
parentf12b472f4935577611d51b1ce14fb8b67886b5ff (diff)
parent41a2b49acc930cb87c47c2725adbf59fc6ab9bba (diff)
Merge pull request #926 from dbcli/j-bennet/bump-pgspecial
Bump pgspecial
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 937d5774..c6e5f775 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.11.0',
+ 'pgspecial>=1.11.2',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',