Skip to content

Commit

Permalink
dependencies: remove capstone
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsiverskog committed Feb 6, 2024
1 parent 5ab5c32 commit f09da41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ python_requires = >=3.7.0
# importlib_resources is used instead of stdlib importlib.resources because we
# want the selectable entry_points API, which is not present until Python 3.10.
install_requires =
capstone>=4.0,<5.0
cmsis-pack-manager>=0.5.2,<1.0
colorama<1.0
hidapi>=0.10.1,<1.0; platform_system != "Linux"
Expand Down

0 comments on commit f09da41

Please sign in to comment.