summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:05 +0000
commit8e34d9e75f42158fd0553a1583a38c64c373151c (patch)
tree97210524cb84512c477421e1950f2c6f7e1a3089 /pyproject.toml
parentAdding upstream version 1.14.0. (diff)
downloadiredis-upstream/1.14.1.tar.xz
iredis-upstream/1.14.1.zip
Adding upstream version 1.14.1.upstream/1.14.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 088fb45..bc2e5d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"