From 07d43bfcb4bd598868538ba108d4784e66ebfc76 Mon Sep 17 00:00:00 2001 From: Adrien Date: Mon, 1 May 2023 23:22:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Add=20sqlalchemy-utils=20d?= =?UTF-8?q?ep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a593d1b..42df6a9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -18,6 +18,7 @@ asyncpg = "^0.27.0" msgspec = "^0.12.0" pyshp = "^2.3.1" pyproj = "^3.5.0" +sqlalchemy-utils = "^0.41.1" [build-system] requires = ["poetry-core"]