Spaces:
Runtime error
Runtime error
Commit
·
8675d60
1
Parent(s):
5f5560b
init!
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pickle
|
3 |
+
pandas
|
4 |
+
extract_features
|
5 |
+
xgboost
|
6 |
+
re
|
7 |
+
whois
|
8 |
+
tldextract
|
9 |
+
time
|
10 |
+
urllib.parse
|
11 |
+
requests
|
12 |
+
ipwhois
|
13 |
+
socket
|