diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:47:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:47:47 +0000 |
commit | f8ab3d62113df734985ad67ccf27105c30de575c (patch) | |
tree | 8709648ee0fc1f081a933542065c06de3f161553 /setup.py | |
parent | Adding upstream version 3.2.0. (diff) | |
download | pgcli-f8ab3d62113df734985ad67ccf27105c30de575c.tar.xz pgcli-f8ab3d62113df734985ad67ccf27105c30de575c.zip |
Adding upstream version 3.3.0.upstream/3.3.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ description = "CLI for Postgres Database. With auto-completion and syntax highli install_requirements = [ "pgspecial>=1.11.8", "click >= 4.1", - "Pygments >= 2.0", # Pygments has to be Capitalcased. WTF? + "Pygments>=2.0,<=2.11.1", # Pygments has to be Capitalcased. WTF? # We still need to use pt-2 unless pt-3 released on Fedora32 # see: https://github.com/dbcli/pgcli/pull/1197 "prompt_toolkit>=2.0.6,<4.0.0", |