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

`scrape-google-scholar-py` & `google-search-results-python` packages is not added to `requirements.txt` #370

Open dimitryzub opened 1 year ago

dimitryzub commented 1 year ago

Thank you for this awesome tool!

I have a script which uses scrape-google-scholar-py and google-search-results-python and pipreqs doesn't recognize them:

from google_scholar_py import CustomGoogleScholarProfiles
from serpapi import GoogleSearch

I've read that there possibly will be a new parser that will parse new, similar to these packages. Just wanted to mention this issue.

Thank you 🙂