mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-14 18:58:10 +08:00
Enable UV installer in Hatch config
This commit is contained in:
@ -48,6 +48,7 @@ commit_extra_args = ["-e"]
|
|||||||
path = "fastapi_users/__init__.py"
|
path = "fastapi_users/__init__.py"
|
||||||
|
|
||||||
[tool.hatch.envs.default]
|
[tool.hatch.envs.default]
|
||||||
|
installer = "uv"
|
||||||
features = [
|
features = [
|
||||||
"sqlalchemy",
|
"sqlalchemy",
|
||||||
"beanie",
|
"beanie",
|
||||||
|
Reference in New Issue
Block a user