-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
41 lines (41 loc) · 1.18 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
#
# .--. ___ ___ .--. .--.
# / \ ( )( ) / \ / _ \
# | .-. ; | | | | | .-. ; . .' `. ;
# | | | | | | | | | | | | | ' | |
# | |/ | | ' | | | |/ | _\_`.(___)
# | ' _.' ' `-' | | ' _.' ( ). '.
# | .'.-. `.__. | | .'.-. | | `\ |
# ' `-' / ___ | | ' `-' / ; '._,' '
# `.__.' ( )' | `.__.' '.___.'
# ; `-' '
# .__.'
# IMPORTANT: Runtime dependencies also need to be added to setup.py !
scapy~=2.4.4
netifaces~=0.10.9
numpy~=1.19.2
scipy~=1.6.0
pandas~=1.0.4
matplotlib~=3.2.1
PTable
geoip2~=3.0.0
scikit-learn~=0.23.1
xgboost~=1.1.1
requests~=2.25.1
prettytable~=0.7.2
python-bitcoinlib~=0.11.0
#
#
# .--. ___ ___ .--. .--.
# / \ ( )( ) / \ / _ \
# | .-. ; | | | | | .-. ; . .' `. ;
# | | | | | | | | | | | | | ' | |
# | |/ | | ' | | | |/ | _\_`.(___)
# | ' _.' ' `-' | | ' _.' ( ). '.
# | .'.-. `.__. | | .'.-. | | `\ |
# ' `-' / ___ | | ' `-' / ; '._,' '
# `.__.' ( )' | `.__.' '.___.'
# ; `-' '
# .__.'
# IMPORTANT: Runtime dependencies also need to be added to setup.py !