mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
ci: attempt to configure gh actions for pyinstaller
This commit is contained in:
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ import sys
|
||||
|
||||
import setuptools
|
||||
|
||||
requirements = ["six", "tqdm", "pyyaml", "tabulate", "colorama", "termcolor", "ruamel.yaml"]
|
||||
requirements = ["six", "tqdm", "pyyaml", "tabulate", "colorama", "termcolor", "ruamel.yaml", "wcwidth"]
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
# py3
|
||||
|
||||
Reference in New Issue
Block a user