From 99ec96f9f1f96263a6c7c631b80d896acb8b7010 Mon Sep 17 00:00:00 2001 From: Jenny Danzmayr Date: Sat, 3 Jun 2023 00:21:53 +0200 Subject: [PATCH] switched psycopg2-binary to psycopg2 as use of the binary version is discouraged --- src/requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/postgres.txt b/src/requirements/postgres.txt index 37ec460f..658130bb 100644 --- a/src/requirements/postgres.txt +++ b/src/requirements/postgres.txt @@ -1 +1 @@ -psycopg2-binary +psycopg2