Guiyom commited on
Commit
57ab787
·
verified ·
1 Parent(s): 3e17624

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- openai
2
- typing
3
- googlesearch-python
4
- newsapi-python
5
- beautifulsoup4
6
- newspaper3k
7
- markdown
 
 
1
+ beautifulsoup4==4.12.2
2
+ requests==2.31.0
3
+ markdown==3.5.1
4
+ googlesearch-python==1.2.3
5
+ newsapi-python==0.2.7
6
+ python-dotenv==1.0.0
7
+ gradio==4.13.0
8
+ openai==1.3.7