uv/crates/pep508-rs/src
konsti a7513f4644
Better error message for missing space before semicolon in requirements (#1746)
PEP 508 requires a space between a URL and the semicolon separating it
from the markers to disambiguate it from a url ending with a semicolon.
This is easy to get wrong because the space is not required after a
plain name of PEP 440 specifier. The new error message explicitly points
out the missing space.

Fixes #1637
2024-02-20 16:38:36 +00:00
..
lib.rs Better error message for missing space before semicolon in requirements (#1746) 2024-02-20 16:38:36 +00:00
marker.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
verbatim_url.rs Add support for absolute paths on Windows (#1725) 2024-02-20 01:36:53 +00:00