Skip to content

Commit 9844089

Browse files
committed
dependencies: remove capstone
the implementation already supports that capstone may not be installed. capstone is somewhat slow to install on some platforms (e.g. raspberry pi), and not always needed.
1 parent 5ab5c32 commit 9844089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ python_requires = >=3.7.0
5050
# importlib_resources is used instead of stdlib importlib.resources because we
5151
# want the selectable entry_points API, which is not present until Python 3.10.
5252
install_requires =
53-
capstone>=4.0,<5.0
5453
cmsis-pack-manager>=0.5.2,<1.0
5554
colorama<1.0
5655
hidapi>=0.10.1,<1.0; platform_system != "Linux"
@@ -75,6 +74,7 @@ pemicro =
7574
test =
7675
pytest>=6.2
7776
pytest-cov
77+
capstone>=4.0,<5.0
7878
coverage
7979
flake8
8080
pylint
@@ -111,4 +111,3 @@ exclude =
111111
test_user_script.py,
112112
# Ignore gdb test script for similar reasons.
113113
gdb_test_script.py
114-

0 commit comments

Comments
 (0)