From d21222eef1b731a512e623281ac8a4028484e422 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 24 Apr 2023 13:55:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20use=20binary-version=20of=20`psycop?= =?UTF-8?q?g2`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20df55a..8f8b879 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( "froide", "django-cms", "django-filer", - "psycopg2", + "psycopg2-binary", "django-admin-sortable2", "bleach", "django-tinymce",