-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to specify URLs in
project.dependencies
and `tool.uv.so…
…urces` (#9718) ## Summary This PR allows users to specify a source both in `project.dependencies` ("production") and `tool.uv.sources` ("development"). It's not intended as a holistic fix for "production" vs. "development" dependencies, but in some cases this is good enough with `--no-sources`, and I don't see a great reason for enforcing it right now. Closes: #9682 Ref: #7945 (but I'll leave this open?)
- Loading branch information
1 parent
94bec44
commit 0242f43
Showing
3 changed files
with
99 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters