AIRider commited on
Commit
7ff6f10
·
verified ·
1 Parent(s): 2077bf5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -9
requirements.txt CHANGED
@@ -2,20 +2,17 @@
2
  openai==0.28
3
 
4
  # Web scraping and parsing
5
- requests==2.26.0
6
- beautifulsoup4==4.10.0
7
 
8
  # PDF generation
9
- fpdf2==2.5.0
10
 
11
  # Date and time handling
12
- pytz==2021.3
13
 
14
  # LangChain
15
- langchain==0.0.184
16
 
17
  # Gradio for UI
18
- gradio==3.23.0
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