Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,7 @@ gradio==4.44.1
|
|
| 4 |
openai==1.42.0
|
| 5 |
httpx==0.27.0
|
| 6 |
python-dotenv==1.0.1
|
| 7 |
-
pydocstyle==6.3.0
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
openai==1.42.0
|
| 5 |
httpx==0.27.0
|
| 6 |
python-dotenv==1.0.1
|
| 7 |
+
pydocstyle==6.3.0
|
| 8 |
+
requests==2.32.3
|
| 9 |
+
beautifulsoup4==4.12.3
|
| 10 |
+
selenium==4.25.0
|