-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
89 lines (83 loc) · 1.33 KB
/
Copy pathsetup.cfg
File metadata and controls
89 lines (83 loc) · 1.33 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[metadata]
name = microsurf
description = microsurf: An architecture independent dynamic side channel analysis framework
author = Various Contributors
license = MIT
license_file = LICENSE
platforms = unix, linux
classifiers =
Programming Language :: Python :: 3.9
[options]
packages =
microsurf
microsurf.pipeline
microsurf.pipeline.tracetools
microsurf.utils
package_dir =
=src
install_requires =
attrs
capstone==5.0.0
colorama
commonmark
cryptography
cycler
dill
enum-compat
fonttools
future
gevent
gitdb
GitPython
greenlet
iniconfig
joblib
keystone-engine
kiwisolver
multiprocess
matplotlib
numpy
pandas
pefile
Pillow
pluggy
py
pyelftools
Pygments
pyparsing
python-dateutil
python-magic
python-registry
pytz
PyYAML
qiling==1.4.5
rich
scipy
statsmodels
six
scikit-learn
smmap
markdown
sortedcontainers
termcolor
threadpoolctl
tabulate
tornado
tqdm
unicodecsv
unicorn==2.0.1
zope.event
zope.interface
python_requires =
>=3.9
zip_safe = no
[options.extras_require]
testing =
pytest>=7.0.1
pytest-rerunfailures>=10.2
pytest-cov>=2.0
mypy>=0.910
flake8>=3.9
tox>=3.24
[flake8]
max-line-length = 160