joermd commited on
Commit
5ded4ed
·
verified ·
1 Parent(s): d373a49

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -10
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
- streamlit
2
- requests
3
- beautifulsoup4
4
- whois
5
- python-whois
6
- matplotlib
7
- wordcloud
8
- langdetect
9
- nltk
10
- textblob
 
 
 
 
1
+ streamlit>=1.22.0
2
+ requests>=2.28.2
3
+ beautifulsoup4>=4.11.2
4
+ pandas>=1.5.3
5
+ plotly>=5.13.1
6
+ python-whois>=0.8.0
7
+ urllib3>=2.0.3
8
+ numpy>=1.24.2
9
+ matplotlib>=3.7.1
10
+ seaborn>=0.12.2
11
+ transformers>=4.28.1
12
+ torch>=2.0.0
13
+ python-dateutil>=2.8.2