Skip to content

Commit 554d5d7

Browse files
committed
fix: use uv pip install -r pyproject.toml error
1 parent bade920 commit 554d5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/idp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ py-modules = []
1919
[tool.uv.sources]
2020
# connect to the django-oauth-toolkit package in the parent workspace
2121
# so changes to it are reflected here without reinstalling.
22-
django-oauth-toolkit = { editable = true, workspace = true }
22+
django-oauth-toolkit = { workspace = true }

0 commit comments

Comments
 (0)