Commit
·
8b9694a
1
Parent(s):
f2a2588
adding the requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
gradio
|
3 |
+
pydantic
|
4 |
+
python-dotenv
|
5 |
+
beautifulsoup4
|
6 |
+
requests
|
7 |
+
google-generativeai
|
8 |
+
json_repair
|