Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies: remove capstone #1670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions 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 All @@ -75,6 +74,7 @@ pemicro =
test =
pytest>=6.2
pytest-cov
capstone>=4.0,<5.0
coverage
flake8
pylint
Expand Down Expand Up @@ -111,4 +111,3 @@ exclude =
test_user_script.py,
# Ignore gdb test script for similar reasons.
gdb_test_script.py

Loading