abenassi / Google-Search-API

Python based api for searching google web, images, calc, and currency conversion.
558 stars 217 forks source link

Pip only has package up to version 1.1.13 #60

Open carlosloslas opened 6 years ago

carlosloslas commented 6 years ago

Hi,

I am trying to add the package to a .yml file to standardise work accross different machines. I have configured it on my requirements.txt file, however pip is not able to satisfy the requirement Google-Search-API>=1.1.14 as the version is not available on pip. See link to Pypi.org (https://pypi.org/project/Google-Search-API/#history).

What would be the easiest way of either:

Thanks in advance