summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKevin Marsh <kevinmarsh@users.noreply.github.com>2020-12-01 16:03:38 -0800
committerGitHub <noreply@github.com>2020-12-01 16:03:38 -0800
commit34d6e080ff072a82a91a0dd8f60b92900051eb56 (patch)
tree999062eb7311568a0d2ce28c245a477f68b21a91 /setup.py
parentbbf5b2041576ebfcae120acacd27b99a7f0a9b72 (diff)
dependencies: add support for sqlparse 0.4.x (#1224)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6495a51d..fc210323 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ install_requirements = [
# see: https://github.com/dbcli/pgcli/pull/1197
"prompt_toolkit>=2.0.6,<4.0.0",
"psycopg2 >= 2.8",
- "sqlparse >=0.3.0,<0.4",
+ "sqlparse >=0.3.0,<0.5",
"configobj >= 5.0.6",
"pendulum>=2.1.0",
"cli_helpers[styles] >= 2.0.0",