summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-27 10:27:32 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-07-27 10:27:32 -0700
commit41a2b49acc930cb87c47c2725adbf59fc6ab9bba (patch)
tree2ba2346512f472150f749fd16b96c61f22b23fd9
parent110a9c61f16305c247b2beab307e0ceecda9ff14 (diff)
In fact bump even further.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 76c07456..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.1',
+ 'pgspecial>=1.11.2',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',