Closed misl6 closed 11 months ago
parse_requirement raises a SyntaxError when dependencies refer to a local path (E.g. kivy[base] @ file:///Users/mirko/Documents/projects/kivy).
parse_requirement
SyntaxError
kivy[base] @ file:///Users/mirko/Documents/projects/kivy
This PR allows local paths in the requirements file.
parse_requirement
raises aSyntaxError
when dependencies refer to a local path (E.g.kivy[base] @ file:///Users/mirko/Documents/projects/kivy
).This PR allows local paths in the requirements file.