summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-12 06:07:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-12 06:07:10 +0000
commite6f558fbe0e6252f880f90b5a5cd556dfb5ebf11 (patch)
tree07afa40629447df997726efd4de84d5987ff5e50 /setup.py
parentAdding upstream version 2.3.0. (diff)
downloadcli-helpers-upstream.tar.xz
cli-helpers-upstream.zip
Adding upstream version 2.3.1.upstream/2.3.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 46fbdc8..16ecf5b 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
long_description_content_type="text/x-rst",
install_requires=[
"configobj >= 5.0.5",
- "tabulate[widechars] >= 0.8.2",
+ "tabulate[widechars] >= 0.9.0",
],
extras_require={
"styles": ["Pygments >= 1.6"],