From 18784da9a0550f90813b68df8dc1d8c506a39ff3 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 12 Feb 2022 11:19:29 +0100 Subject: [PATCH] trivial: limit psycopg2 as django<2.3 doesn't work with newer versions (#61712) https://github.com/django/django/pull/14530 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f9f5b3e..1be3ba5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ pycryptodomex pyproj pywebpush pygal -psycopg2 +psycopg2>=2.8,<2.9 lxml