bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

Enable ignore erros #268

Open avnaf opened 3 years ago

avnaf commented 3 years ago

Allowing users to pass "--ignore-errors" and ignore files that cannot be parsed due to syntax errors. Passed tests locally.