-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
63 lines (60 loc) · 1.43 KB
/
setup.cfg
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
[metadata]
name = angr
version = attr: angr.__version__
description = A multi-architecture binary analysis toolkit, with the ability to perform dynamic symbolic execution and various static analyses on binaries
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/angr/angr
license = BSD-2-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
packages = find:
install_requires =
CppHeaderParser
GitPython
ailment==9.2.57.dev0
archinfo==9.2.57.dev0
cachetools
capstone!=5.0.0rc2,>=3.0.5rc2
cffi>=1.14.0
claripy==9.2.57.dev0
cle==9.2.57.dev0
dpkt
itanium-demangler
mulpyplexer
nampa
networkx!=2.8.1,>=2.0
protobuf>=3.19.0
psutil
pycparser>=2.18
pyvex==9.2.57.dev0
rich>=13.1.0
rpyc
sortedcontainers
sympy
unicorn==2.0.1.post1
colorama;platform_system=='Windows'
python_requires = >=3.8
include_package_data = True
[options.extras_require]
AngrDB =
sqlalchemy
docs =
furo
myst-parser
sphinx
sphinx-autodoc-typehints
pcode =
pypcode>=1.1
[options.package_data]
angr =
py.typed
lib/*