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

pipreqs should not be case sensitive #381

Open wurmmi opened 1 year ago

wurmmi commented 1 year ago

We should handle all package names in lowercase, since pip is case insensitive.

This will also reduce the amount of mappings. Many of them only match the names to upper-/lowercase.