From 8c597751fdbc5a7082ec6f3053c1b066bbac5b3e Mon Sep 17 00:00:00 2001 From: "Telmo \"Trooper" Date: Thu, 30 May 2019 01:14:32 -0300 Subject: Allow psycopg2 up to 2.8.2 (#1060) * Allow psycopg2 up to 2.8.2 This fixes the issue with pgcli not working on Arch Linux, since the package `python2-psycopg2` is already on 2.8.2. * Added name to 'AUTHORS' and contribution to 'changelog.rst' referring to #2de6266 * Allow for newer versions of psycopg2 to be used --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 57d791ae..029c1c01 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requirements = [ "click >= 4.1", "Pygments >= 2.0", # Pygments has to be Capitalcased. WTF? "prompt_toolkit>=2.0.6,<2.1.0", - "psycopg2 >= 2.7.4,<2.8", + "psycopg2 >= 2.7.4", "sqlparse >=0.3.0,<0.4", "configobj >= 5.0.6", "humanize >= 0.5.1", -- cgit v1.2.3