-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Issue Description
https://packaging.python.org/en/latest/specifications/dependency-specifiers/ allows a URI_reference
:
urlspec = '@' wsp* <URI_reference> |
Where URI_reference
is defined as:
URI_reference = <URI | relative_ref> |
Thus, it is valid to write my-amazing-package @ ../../this-is-a-path
.
However, it doesn't appear to be defined what base URL is used to resolve the relative URL, even in the "simple" case of a dependency specifier in a pyproject.toml
file.
Code of Conduct
- I am aware that participants in this repository must follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
No labels