peterbe / hashin

Helping you write hashed entries for packages in your requirements.txt
https://www.peterbe.com/plog/hashin
MIT License
106 stars 28 forks source link

Support indented requirements #114

Closed techtonik closed 5 years ago

techtonik commented 5 years ago

Fixes #112

peterbe commented 5 years ago

Note that I edited the PR title and PR description so GitHub would know to automatically close the issue when this PR lands.

techtonik commented 5 years ago

Added the test. Debugging missing trailing \n in passed new_lines[2] was far from pleasant.