From 70dba778e32ba71cf2a359c0dad142e20702d596 Mon Sep 17 00:00:00 2001 From: Max Meinhold Date: Sun, 11 Oct 2020 13:20:25 -0400 Subject: [PATCH] Upgrade psycopg2-binary to work with python 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b7d164..50c7cc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gunicorn==19.9.0 paramiko==2.4.2 proxmoxer==1.0.3 psutil==5.6.6 -psycopg2-binary==2.7.5 +psycopg2-binary==2.8.6 python-dateutil==2.7.3 raven~=6.10.0 redis==2.10.6