diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-22 19:30:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-22 19:30:14 +0000 |
commit | 0b18dd609682214dac702a3f868636cdbec7e235 (patch) | |
tree | 8f31d07d72b427ee95db628659587289832028a9 /setup.py | |
parent | Adding upstream version 1.24.2. (diff) | |
download | mycli-0b18dd609682214dac702a3f868636cdbec7e235.tar.xz mycli-0b18dd609682214dac702a3f868636cdbec7e235.zip |
Adding upstream version 1.24.3.upstream/1.24.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,12 +19,13 @@ description = 'CLI for MySQL Database. With auto-completion and syntax highlight install_requirements = [ 'click >= 7.0', 'cryptography >= 1.0.0', - 'Pygments>=1.6,<=2.11.1', + # 'Pygments>=1.6,<=2.11.1', + 'Pygments>=1.6', 'prompt_toolkit>=3.0.6,<4.0.0', 'PyMySQL >= 0.9.2', 'sqlparse>=0.3.0,<0.5.0', 'configobj >= 5.0.5', - 'cli_helpers[styles] >= 2.0.1', + 'cli_helpers[styles] >= 2.2.1', 'pyperclip >= 1.8.1', 'pyaes >= 1.6.1' ] |