Skip to content

Commit f593182

Browse files
committed
tgalal#3124 pull request
1 parent a12cdcf commit f593182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
import platform
66
import sys
77

8-
deps = ['consonance==0.1.5', 'argparse', 'python-axolotl==0.2.2', 'six==1.10', 'appdirs', 'protobuf>=3.6.0']
8+
deps = ['consonance==0.1.5', 'python-axolotl==0.2.2', 'six==1.10', 'appdirs', 'protobuf>=3.6.0']
99

1010
if sys.version_info < (2, 7):
1111
deps.append('importlib')
12+
deps.append('argparse')
1213

1314
if platform.system().lower() == "windows":
1415
deps.append('pyreadline')

0 commit comments

Comments
 (0)