Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -2,20 +2,17 @@
|
|
2 |
openai==0.28
|
3 |
|
4 |
# Web scraping and parsing
|
5 |
-
requests
|
6 |
-
beautifulsoup4
|
7 |
|
8 |
# PDF generation
|
9 |
-
fpdf2
|
10 |
|
11 |
# Date and time handling
|
12 |
-
pytz
|
13 |
|
14 |
# LangChain
|
15 |
-
langchain
|
16 |
|
17 |
# Gradio for UI
|
18 |
-
gradio
|
19 |
-
|
20 |
-
# Other utilities
|
21 |
-
python-dotenv==0.19.2
|
|
|
2 |
openai==0.28
|
3 |
|
4 |
# Web scraping and parsing
|
5 |
+
requests
|
6 |
+
beautifulsoup4
|
7 |
|
8 |
# PDF generation
|
9 |
+
fpdf2
|
10 |
|
11 |
# Date and time handling
|
12 |
+
pytz
|
13 |
|
14 |
# LangChain
|
15 |
+
langchain
|
16 |
|
17 |
# Gradio for UI
|
18 |
+
gradio
|
|
|
|
|
|