Skip to content

Commit 714f609

Browse files
author
Dougal Ballantyne
committed
Fixed missing argparse module
1 parent 6f8a4e8 commit 714f609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(fname):
3131
url = ("https://github.com/awslabs/cfncluster"),
3232
license = "Amazon Software License",
3333
packages = find_packages(),
34-
install_requires=['boto >= 2.28.0', 'paramiko >= 1.14.0'],
34+
install_requires=['boto >= 2.28.0', 'paramiko >= 1.14.0', 'argparse'],
3535
entry_points=dict(console_scripts=console_scripts),
3636
include_package_data = True,
3737
zip_safe = False,

0 commit comments

Comments
 (0)