From 6ac64ad293c39d14f5b226fd3a85c78d52add04b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 2 May 2024 16:46:44 +0200 Subject: [PATCH] Enable UV installer in Hatch config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3f17d6a7..cbc0ea24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ commit_extra_args = ["-e"] path = "fastapi_users/__init__.py" [tool.hatch.envs.default] +installer = "uv" features = [ "sqlalchemy", "beanie",