summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:59:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:59:19 +0000
commita5d6620dd635696c6d13626a1e16dbc638f661ba (patch)
tree62b31f2f970c6645ef6008fcd45f3f7ff21bd57f /pyproject.toml
parentAdding upstream version 1.11.0. (diff)
downloadiredis-upstream/1.11.1.tar.xz
iredis-upstream/1.11.1.zip
Adding upstream version 1.11.1.upstream/1.11.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cfab0bc..e69dfc9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.11.0"
+version = "1.11.1"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'
@@ -42,6 +42,7 @@ pendulum = "^2.0"
importlib-resources = "^5.1.0"
# wcwidth 0.2.x uses pkg_resources which is not supported by PyOxidizer
wcwidth = "0.1.9"
+packaging = "^21.3"
[tool.poetry.dev-dependencies]
pytest = "^6"