opnsense-ports/databases/py-pgcli/files/patch-setup.py
Franco Fichtner 7e485cf1e5 */*: sync with upstream
Taken from: HardenedBSD
2017-12-04 05:06:36 +01:00

11 lines
265 B
Python

--- setup.py.orig 2017-09-19 18:26:52 UTC
+++ setup.py
@@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
- 'cli_helpers >= 0.2.3, < 1.0.0',
+ 'cli_helpers[styles] >= 1.0.1',
]