kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

Handle `SyntaxError` on `parse_requirement` to allow `file://` paths in requirements file #101

Closed misl6 closed 11 months ago

misl6 commented 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).

This PR allows local paths in the requirements file.