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

User modules overlap standart modules #225

Open Avazart opened 3 years ago

Avazart commented 3 years ago

If I have a code:

from selenium import webdriver  # standart python lib "selenium"
from utils.selenium import create_driver # my (user) local module with utils/helper functions for work with selenium

And use pipreqs for it, the pipreqs ignore selenium package