From 8b83b18f26d79b9fca986bc1f4c0053b712fd8c9 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:15:42 -0500 Subject: [PATCH] Changed psycopg2 to psycopg2-binary --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daa1756..b2c2246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ mccabe==0.6.1 packaging==21.0 pep517==0.11.0 platformdirs==2.4.0 -psycopg2==2.9.1 +psycopg2-binary==2.9.1 pylint==2.11.1 pyparsing==2.4.7 SQLAlchemy==1.4.25