Closed theCapypara closed 3 months ago
0.10 added support for parsing "@" VCS paths. However the regex expects all package names to be alphabetic characters only and also does not allow / parse extras.
In particular, these lines currently do not get parsed:
foo_bar @ git+https://example.org foobar[extra] @ git+https://example.org
0.10 added support for parsing "@" VCS paths. However the regex expects all package names to be alphabetic characters only and also does not allow / parse extras.
In particular, these lines currently do not get parsed: