Understand --editable=.
also in requirements.txt
#10941
Labels
bug
Something isn't working
compatibility
Compatibility with a specification or another tool
needs-decision
Undecided if this should be done
Hi. Thanks a stack for conceiving
uv
. It is a true game changer in so many scenarios. 💯Summary
requirements.txt
files can reference dependencies of the local package at hand inside the working tree by using different option syntax like-e .
,--editable .
, or--editable=.
, iirc.We are using the latter variant throughout our projects 1, but it trips
uv
:Maybe this little report can help to make
uv
more universal in edge case situations like ours. It is certainly not a blocking issue for us, as we can easily update the offending line to use-e .
instead of--editable=.
.References
uv pip install -r requirements.txt
Fails to Parse Requirements #10417.
for paths #1589.
only works with--editable
#1499Platform
Darwin 22.6.0 x86_64
Version
uv 0.5.23 (Homebrew 2025-01-23)
Python version
Python 3.13.1
Footnotes
Example: https://github.com/crate/crate-docs-theme/blob/0.37.2/docs/requirements.txt ↩
The text was updated successfully, but these errors were encountered: