diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:04 +0000 |
commit | bcf25fe43e1ff52986a0453cd491a141d9893444 (patch) | |
tree | 2f87f2457f9594c0d88388b2c61c9127db9baed7 /setup.py | |
parent | Releasing debian version 1.7.0-1. (diff) | |
download | litecli-bcf25fe43e1ff52986a0453cd491a141d9893444.tar.xz litecli-bcf25fe43e1ff52986a0453cd491a141d9893444.zip |
Merging upstream version 1.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -24,11 +24,11 @@ readme = open_file("README.md") install_requirements = [ "click >= 4.1", - "Pygments>=1.6,<=2.11.1", + "Pygments>=1.6", "prompt_toolkit>=3.0.3,<4.0.0", "sqlparse", "configobj >= 5.0.5", - "cli_helpers[styles] >= 1.0.1", + "cli_helpers[styles] >= 2.2.1", ] @@ -57,10 +57,10 @@ setup( "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: SQL", "Topic :: Database", "Topic :: Database :: Front-Ends", |