14 lines
190 B
Text
14 lines
190 B
Text
|
Index: setup.py
|
||
|
--- setup.py.orig
|
||
|
+++ setup.py
|
||
|
@@ -7,9 +7,7 @@ import setuptools
|
||
|
|
||
|
requirements = [
|
||
|
"funcy",
|
||
|
- "argparse",
|
||
|
"pefile",
|
||
|
- "vivisect",
|
||
|
"intervaltree",
|
||
|
]
|
||
|
|