forked from angr/angr-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
68 lines (62 loc) · 1.53 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
64
65
66
67
68
[metadata]
name = angr-management
version = attr: angrmanagement.__version__
description = GUI for angr
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/angr/angr-management
license = BSD-2-Clause
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
install_requires =
PySide6>=6.4.2,!=6.7.0
PySide6-QtAds>=4.2.1
QtAwesome
QtPy
angr[angrDB]==9.2.113.dev0
bidict
ipython
pyqodeng>=0.0.10
requests[socks]
tomlkit
pyobjc-framework-Cocoa;platform_system == "Darwin"
thefuzz[speedup]
binsync==4.0.0
# requirements for vendorized qtconsole package
traitlets!=5.2.1,!=5.2.2
jupyter_core
jupyter_client>=4.1
pygments
ipykernel>=4.1 # not a real dependency, but require the reference kernel
qtpy>=2.4.0
pyzmq>=17.1
packaging
python_requires = >=3.10
include_package_data = True
[options.entry_points]
console_scripts =
angr-management = angrmanagement.__main__:main
[options.extras_require]
binharness =
binharness~=0.1.0
bintrace =
bintrace
pyinstaller =
pyinstaller==6.9
pillow;platform_system == "Darwin"
keystone-engine
archr==9.2.113.dev0;platform_system == "Linux"
testing =
pytest
pytest-xdist
[options.package_data]
angrmanagement =
plugins/**/plugin.toml
resources/fonts/*.ttf
resources/images/*
resources/themes/**/*