summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2022-02-28 13:51:56 -0800
committerGitHub <noreply@github.com>2022-02-28 13:51:56 -0800
commit7423f9d239e37da1883d6c5a3bd2baf2c28997a4 (patch)
tree635d8a76740c969b04e4a692d9c22b7484909695 /setup.py
parent25eb9f541b65a158d52ccf0dca0bfd0df14f3961 (diff)
Bump pgspecial. (#1319)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ed6fb3c0..80a037a6 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from pgcli import __version__
description = "CLI for Postgres Database. With auto-completion and syntax highlighting."
install_requirements = [
- "pgspecial>=1.11.8",
+ "pgspecial>=1.13.1,<2.0.0",
"click >= 4.1",
"Pygments>=2.0", # Pygments has to be Capitalcased. WTF?
# We still need to use pt-2 unless pt-3 released on Fedora32