From d20e38e389de8c2e062e49504f49c3e72506c73c Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Wed, 12 Aug 2020 09:54:01 -0700 Subject: [PATCH] Updated psycopg2 to version 2.8.5 for compatibility with python 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 388ad898..5e3eece3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-sass-processor==0.5.5 djangorestframework==3.5.3 gunicorn==19.4.5 libsass==0.13.3 -psycopg2==2.7.3 +psycopg2==2.8.5 requests==2.13.0 six==1.10.0 Unipath==1.1