summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:17 +0000
commitce851457bed3386598fe368276b231373db900c3 (patch)
tree8011653e5fa162a3c9c547434a1672c140328021 /setup.py
parentAdding upstream version 1.6.0. (diff)
downloadlitecli-ce851457bed3386598fe368276b231373db900c3.tar.xz
litecli-ce851457bed3386598fe368276b231373db900c3.zip
Adding upstream version 1.7.0.upstream/1.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index acbb0d9..808b165 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ readme = open_file("README.md")
install_requirements = [
"click >= 4.1",
- "Pygments >= 1.6",
+ "Pygments>=1.6,<=2.11.1",
"prompt_toolkit>=3.0.3,<4.0.0",
"sqlparse",
"configobj >= 5.0.5",