summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-25 19:23:54 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-07-25 19:23:54 -0700
commit110a9c61f16305c247b2beab307e0ceecda9ff14 (patch)
tree80419b87d20354710ce3b44a2226e66f207f685a
parent688f09c0916841d16697bc71b474b878830a83f8 (diff)
Bump pgspecial to 1.11.1.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 937d5774..76c07456 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.1',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',