Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Dec 16, 2023

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.

@misl6 misl6 merged commit e88d756 into kivy:master Dec 17, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant