mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- Update WWW Changes: https://github.com/dbcli/cli_helpers/blob/main/CHANGELOG https://cli-helpers.readthedocs.io/en/stable/changelog.html
11 lines
336 B
Python
11 lines
336 B
Python
--- setup.py.orig 2024-02-06 05:37:24 UTC
|
|
+++ setup.py
|
|
@@ -37,7 +37,7 @@ setup(
|
|
long_description_content_type="text/x-rst",
|
|
install_requires=[
|
|
"configobj >= 5.0.5",
|
|
- "tabulate[widechars] >= 0.9.0",
|
|
+ "tabulate[widechars] >= 0.8.9",
|
|
],
|
|
extras_require={
|
|
"styles": ["Pygments >= 1.6"],
|