Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.

Home Page:https://pypi.org/project/googlesearch-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update dependecies

DenverCoder1 opened this issue · comments

I have a project where I'm using this package and BeautifulSoup4, but I can't update to 4.9.3 since this package depends on BeautifulSoup4==4.9.1.

I have tested this package locally with 4.9.3 and it seems to be working correctly.

Additionally, I noticed there are many extra dependencies in requirements.txt that don't seem to be used in the code. Could it be simplified to just the packages that are used?