From 38eb5f966cad68595b9526b9166e588f00d3a95a Mon Sep 17 00:00:00 2001 From: FrenchGithubUser Date: Thu, 16 Jul 2026 12:12:03 +0200 Subject: [PATCH] chore: use uv as the dependencies installer but keep using hatch for everything else since we get most of uv's benefits on the dependencies installation step and its other benefits are not worth enough for the change --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8c87e16..ec74b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ Issues = "https://github.com/famedly/synapse-token-authenticator/issues" Source = "https://github.com/famedly/synapse-token-authenticator" [tool.hatch.envs.default] +installer = "uv" dependencies = [ "black", "pytest",