From c6e38819666aeaadf711550d895ae2e5c00d7f5f Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 7 May 2023 12:20:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20sqlalchemy-utils=20types=20de?= =?UTF-8?q?pendency?= 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 200d8a4..2c7af37 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -47,6 +47,7 @@ pyflakes = "^3.0.1" yapf = "^0.32.0" whatthepatch = "^1.0.4" mypy = "^1.0.0" +types-sqlalchemy-utils = "^1.0.1" [tool.mypy] plugins = "sqlalchemy.ext.mypy.plugin"