Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
python-dotenv
|
3 |
+
pandas
|
4 |
+
pydantic
|
5 |
+
requests
|
6 |
+
beautifulsoup4
|
7 |
+
html2text
|
8 |
+
tiktoken
|
9 |
+
selenium
|
10 |
+
readability-lxml
|
11 |
+
streamlit
|
12 |
+
streamlit-tags
|
13 |
+
openpyxl
|
14 |
+
groq
|
15 |
+
google-generativeai
|