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).
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 requirementGoogle-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