Skip to content

Commit f09da41

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 f09da41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
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"

0 commit comments

Comments
 (0)