Nymbo commited on
Commit
072fbc2
·
verified ·
1 Parent(s): 2f58778

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,2 +1,5 @@
1
- gradio
2
- requests
 
 
 
 
1
+ gradio>=4.0.0
2
+ requests>=2.31.0
3
+ readability-lxml>=0.8.1
4
+ beautifulsoup4>=4.12.0
5
+ html2text>=2020.1.16