From bde82a482951267068848e1ae08c6a2286acca3a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Mon, 26 Apr 2021 19:59:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=86=AA=20Use=20psycopg2-binary=20instead=20o?= =?UTF-8?q?f=20psycopg2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/pyproject.toml b/code/backend/pyproject.toml index b7b70d3..d8d5925 100644 --- a/code/backend/pyproject.toml +++ b/code/backend/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Lorenzo Balugani "] [tool.poetry.dependencies] python = "^3.8.5" -psycopg2 = "^2.8.6" +psycopg2-binary = "^2.8.6" Flask = "^1.1.2" Flask-SQLAlchemy = "^2.5.1" bcrypt = "^3.2.0"