From b0ec7ce04e1b27795c96a412a69b232a4f780918 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 15 Sep 2023 23:03:38 +1000 Subject: [PATCH] Use OS psycop2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01aa5da7..731fe35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-gapc-storage==0.5.2 django-waffle==2.0.0 # database -psycopg2<2.9 # For Django 2.2 to avoid "AssertionError: database connection isn't set to UTC" +# psycopg2<2.9 # For Django 2.2 to avoid "AssertionError: database connection isn't set to UTC" # For testing django-nose==1.4.7