We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f9e337 + f755498 commit c258084Copy full SHA for c258084
3 files changed
README.md
@@ -46,7 +46,7 @@ Scripts are written for Python 3.6+. Clone the git repository and install the r
46
```bash
47
git clone https://github.com/opsdisk/pagodo.git
48
cd pagodo
49
-virtualenv -p python3.7 .venv # If using a virtual environment.
+python3 -m venv .venv # If using a virtual environment.
50
source .venv/bin/activate # If using a virtual environment.
51
pip install -r requirements.txt
52
```
pagodo.py
@@ -17,7 +17,7 @@
17
# Custom Python libraries.
18
19
20
-__version__ = "2.4.0"
+__version__ = "2.5.0"
21
22
23
class Pagodo:
requirements.txt
@@ -1,3 +1,3 @@
1
beautifulsoup4==4.12.2
2
requests==2.31.0
3
-yagooglesearch==1.7.0
+yagooglesearch==1.8.2
0 commit comments