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

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

dimitryzub opened this issue · comments

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 🙂