Skip to content

Commit 22dc36e

Browse files
authored
Update requirements.txt
Solved syntax error and missing pip package
1 parent fd8a29b commit 22dc36e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
pip install phonenumbers
2-
pip install requests
3-
pip install pyfiglet
4-
pip install time
5-
pip install googlesearch
1+
phonenumbers
2+
requests
3+
pyfiglet
4+
time
5+
googlesearch
6+
googlesearch-python

0 commit comments

Comments
 (0)