summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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"],