mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
main: display spinner while generating viv workspace
This commit is contained in:
3
setup.py
3
setup.py
@@ -11,7 +11,8 @@ import sys
|
||||
|
||||
import setuptools
|
||||
|
||||
requirements = ["six", "tqdm", "pyyaml", "tabulate", "colorama", "termcolor", "ruamel.yaml", "wcwidth"]
|
||||
# halo==0.0.30 is the last version to support py2.7
|
||||
requirements = ["six", "tqdm", "pyyaml", "tabulate", "colorama", "termcolor", "ruamel.yaml", "wcwidth", "halo==0.0.30"]
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
# py3
|
||||
|
||||
Reference in New Issue
Block a user