This commit is contained in:
William Ballenthin
2020-09-01 17:52:29 -06:00
parent b611ddeb6e
commit ea6698e27a

View File

@@ -12,7 +12,18 @@ import sys
import setuptools
# 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", "ida-settings=1.0.1"]
requirements = [
"six",
"tqdm",
"pyyaml",
"tabulate",
"colorama",
"termcolor",
"ruamel.yaml",
"wcwidth",
"halo==0.0.30",
"ida-settings=1.0.1",
]
if sys.version_info >= (3, 0):
# py3