generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Python-inspector cannot parse requirements.txt with '\' as end of line character #148
Comments
@gmathiou4 this is weird because
But I see that we are using packvers to parse these rather than the requirements parser...
|
gmathiou4
changed the title
Python-inspector cannot parse ./requirements.txt with '\' as end of line character
Python-inspector cannot parse requirements.txt with '\' as end of line character
Oct 3, 2023
@pombredanne your team is going to take care of fixing it , or we should book some time in the future for this fix? |
@gmathiou4 your help is mucho appreciated and much welcomed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a requirements.txt file has been generated with all packages pinned to an exact version and set of hashes, like below:
python inspector has the error:
Removing the "\" from the file completes without errors.
The text was updated successfully, but these errors were encountered: