From 6ca77bd384fba70b87defedb97aec99b9e699a94 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Thu, 3 Aug 2017 21:14:13 +0100 Subject: [PATCH] Added python requirements.txt I'm a little unused to the style of this project, but I was surprised to see so many advocating for distro-maintained capstone dependency This allows people like me that use `pip` and `virtualenv` to not add python dependencies to their base machine. It should be noted that `libcapstone-dev` and C deps are still required. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0a8ab60 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +capstone==3.0.4