-
Notifications
You must be signed in to change notification settings - Fork 17
/
pyproject.toml
73 lines (71 loc) · 1.46 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools>=62.4", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "sema_toolchain"
version = "0.0.11"
authors = [
{ name="Manon-Oreins", email="manon.oreins@gmail.com" },
]
description = "Python symbolic execution package"
readme = "doc/README_pypi.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: Unix",
]
keywords = ["scdg", "binary", "symbolic", "analysis"]
dependencies= [
"pre-commit",
"setuptools>=62.4",
"setuptools-rust",
"pyinstaller",
"bcrypt<4.0.0",
"pandas",
"pymongo==4.4.0",
"pyzipper",
"click==8.1.3",
"tasks",
"requests",
"graphviz",
"monkeyhex",
"protobuf==3.20.*",
"angr==9.2.21",
"researchpy",
"avatar2",
"pyinstaller",
"matplotlib",
"cryptography==3.3.2",
"logbook==1.5.3",
"mmh3==3.0.0",
"psutil",
"r2pipe",
"claripy==9.2.21",
"unix",
"kvm",
"nose",
"libvirt-python==9.5.0",
"unipacker",
"minidump==0.0.10",
"flask",
"pygraphviz",
"notebook",
"yara-python",
"pybind11",
"dill",
"seaborn",
"scikit-learn",
"progressbar",
"gensim",
"grakel",
"numpy",
"torch",
"torchvision",
"flask_session",
"django",
"Flask-Cors",
"npf-web-extension"
]
[project.urls]
Homepage = "https://github.com/Manon-Oreins/SEMA-ToolChain/tree/refactor_simproc"