madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

feat: handle hashes without throwing an error #67

Closed dymart closed 6 months ago

dymart commented 2 years ago

This should allow the requirements parser to handle files that have hashes in them. Nothing is done with the hash information.

Tests were also added for both single and multi line hashes

should fix: https://github.com/madpah/requirements-parser/issues/51

akira6592 commented 1 year ago

I hope this PR will be merged.

Akasurde commented 8 months ago

@madpah Could you please review this and merge it? Thanks in advance.

madpah commented 6 months ago

@Akasurde - thanks for the PR - but we require commits to be Signed. Can you sign your commits?

Akasurde commented 6 months ago

@madpah @dymart is the owner of this PR.

madpah commented 6 months ago

Thanks for pointing that out @akira6592. @dymart - are you able to sign your commits please?

madpah commented 6 months ago

Superseded by #98 - merged and being released.

FYI @dymart @Akasurde