-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requirements.txt
allows editable paths to be quoted
#3621
Comments
Low-priority, maybe we fix if it comes up. |
Ok-e "./scripts/packages/black_editable" Not ok"./scripts/packages/black_editable" |
I was poking into this and found some related compatibility issues, which might or might not make sense for uv to address. I am documenting them here as it might be efficient to batch together the implementation for these. Case 1: Pip treats options similar to shell arguments
Case 2: Pip allows splitting requirements in multiple lines by using
Case 3: Pip silently ignores some options
Pip's behaviour
|
It seems like
requirements.txt
allows you to put editable paths in quotes (single or double). It does not allow quotes elsewhere though:The text was updated successfully, but these errors were encountered: