Spaces:
Runtime error
Runtime error
Commit
·
cba51bb
1
Parent(s):
5259b9f
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
1 |
+
pip>=21.1.3
|
2 |
+
streamlit==1.4.0
|
3 |
+
pickle==0.7.0
|
4 |
+
pandas==1.3.0
|
5 |
+
extract_features==0.2.0
|
6 |
+
xgboost==1.4.0
|
7 |
+
re==2.2.1
|
8 |
+
whois==0.9.7
|
9 |
+
tldextract==3.1.2
|
10 |
+
time==1.0.0
|
11 |
+
urllib3==1.26.7
|
12 |
+
requests==2.26.0
|
13 |
+
ipwhois==1.1.0
|
14 |
+
socket==0.3.2
|