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

The program does not recognize packages with names containing capital letters. #312

Open Ramosped67 opened 2 years ago

Ramosped67 commented 2 years ago

For example cx_Oracle. I run the program with --use-local parameter. I was reading the code and suppose the issue are in ‘get_import_local()’ function. It uses item.lower() method.