8000 Enable UV installer in Hatch config · fastapi-users/fastapi-users@6ac64ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ac64ad

Browse files
committed
Enable UV installer in Hatch config
1 parent 61dba26 commit 6ac64ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ commit_extra_args = ["-e"]
4848
path = "fastapi_users/__init__.py"
4949

5050
[tool.hatch.envs.default]
51+
installer = "uv"
5152
features = [
5253
"sqlalchemy",
5354
"beanie",

0 commit comments

Comments
 (0)
0