Commit
·
9ddf640
1
Parent(s):
5434e55
Better Scraping
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ urllib3==2.3.0
|
|
2 |
requests==2.32.3
|
3 |
selenium==4.21.0
|
4 |
streamlit==1.41.1
|
|
|
5 |
python-dotenv==1.0.1
|
6 |
langchain-groq==0.2.3
|
7 |
beautifulsoup4==4.12.3
|
|
|
2 |
requests==2.32.3
|
3 |
selenium==4.21.0
|
4 |
streamlit==1.41.1
|
5 |
+
cloudscraper==1.2.71
|
6 |
python-dotenv==1.0.1
|
7 |
langchain-groq==0.2.3
|
8 |
beautifulsoup4==4.12.3
|