diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:27 +0000 |
commit | a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b (patch) | |
tree | ad997b3092b1a30681368e18748e83ff09a30a83 /setup.py | |
parent | Releasing debian version 1.6.0-2. (diff) | |
download | litecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.tar.xz litecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.zip |
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |