bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipreqs should not be case sensitive

wurmmi opened this issue · comments

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.