summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-12 06:07:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-12 06:07:28 +0000
commit3e316ec27534948780e61170cf0d5cd5b1c4cb29 (patch)
treefd45ecf864f4802dade70930a331f20192f8bc19 /setup.py
parentReleasing debian version 2.3.0-3. (diff)
downloadcli-helpers-3e316ec27534948780e61170cf0d5cd5b1c4cb29.tar.xz
cli-helpers-3e316ec27534948780e61170cf0d5cd5b1c4cb29.zip
Merging upstream version 2.3.1.
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"],