Merging upstream version 1.14.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bd96b2e60a
commit
e30705f8de
24 changed files with 55 additions and 96 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "iredis"
|
||||
version = "1.14.0"
|
||||
version = "1.14.1"
|
||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||
authors = ["laixintao <laixintao1995@163.com>"]
|
||||
readme = 'README.md'
|
||||
|
@ -15,7 +15,6 @@ classifiers = [
|
|||
"Environment :: Console :: Curses",
|
||||
"Environment :: MacOS X",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
@ -31,7 +30,7 @@ packages = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
python = "^3.8"
|
||||
prompt_toolkit = "^3"
|
||||
Pygments = "^2"
|
||||
mistune = "^3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue