forked from Lainports/opnsense-ports
11 lines
362 B
Python
11 lines
362 B
Python
--- setup.py.orig 2023-10-29 23:11:56 UTC
|
|
+++ setup.py
|
|
@@ -13,7 +13,7 @@ install_requirements = [
|
|
# see: https://github.com/dbcli/pgcli/pull/1197
|
|
"prompt_toolkit>=2.0.6,<4.0.0",
|
|
"psycopg >= 3.0.14",
|
|
- "sqlparse >=0.3.0,<0.5",
|
|
+ "sqlparse >=0.3.0,<0.6",
|
|
"configobj >= 5.0.6",
|
|
"pendulum>=2.1.0",
|
|
"cli_helpers[styles] >= 2.2.1",
|