From d5571197623a2028407fe29927dc63f31e07e156 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 10 Jul 2021 16:38:41 +0200 Subject: [PATCH] Don't constrain the version of psycopg2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b0837791..e450c8e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ dev = pytest>=5.4.1 tox>=3.14.6 zest.releaser>=6.20.1 - psycopg2-binary>=2.8.5 + psycopg2-binary~=2.9 PyMySQL>=0.9,<1.1 doc =