Adding upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0bb48d3f7
commit
e47dfcc74f
10 changed files with 134 additions and 44 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "iredis"
|
||||
version = "1.9.4"
|
||||
version = "1.10.0"
|
||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||
authors = ["laixintao <laixintao1995@163.com>"]
|
||||
readme = 'README.md'
|
||||
|
@ -19,6 +19,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Database",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Intended Audience :: Developers",
|
||||
|
@ -31,7 +32,7 @@ packages = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
redis = "^3"
|
||||
redis = "^3.4.0"
|
||||
prompt_toolkit = "^3"
|
||||
Pygments = "^2"
|
||||
mistune = "^0.8"
|
||||
|
@ -43,7 +44,7 @@ importlib-resources = "^5.1.0"
|
|||
wcwidth = "0.1.9"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5"
|
||||
pytest = "^6"
|
||||
pexpect = "^4.7"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue