Merging upstream version 1.9.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7ac9951505
commit
db5ed8b1cc
131 changed files with 3811 additions and 826 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "iredis"
|
||||
version = "1.9.1"
|
||||
version = "1.9.4"
|
||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||
authors = ["laixintao <laixintao1995@163.com>"]
|
||||
readme = 'README.md'
|
||||
|
@ -18,6 +18,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Database",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Intended Audience :: Developers",
|
||||
|
@ -37,7 +38,7 @@ mistune = "^0.8"
|
|||
configobj = "^5.0"
|
||||
click = "^7.0"
|
||||
pendulum = "^2.0"
|
||||
importlib-resources = "1.0.2"
|
||||
importlib-resources = "^5.1.0"
|
||||
# wcwidth 0.2.x uses pkg_resources which is not supported by PyOxidizer
|
||||
wcwidth = "0.1.9"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue