Last active
January 4, 2021 15:49
-
-
Save ilyazub/24c72d25032acfdfa240faf7087a896b to your computer and use it in GitHub Desktop.
google-search-results via python poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry.dependencies] | |
python = "^3.8" | |
google-search-results = "^2.0.0" | |
[build-system] | |
requires = ["poetry>=0.12"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment