We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 167a14c + 714f609 commit 0efaca0Copy full SHA for 0efaca0
cli/setup.py
@@ -31,7 +31,7 @@ def read(fname):
31
url = ("https://github.com/awslabs/cfncluster"),
32
license = "Amazon Software License",
33
packages = find_packages(),
34
- install_requires=['boto >= 2.28.0', 'paramiko >= 1.14.0'],
+ install_requires=['boto >= 2.28.0', 'paramiko >= 1.14.0', 'argparse'],
35
entry_points=dict(console_scripts=console_scripts),
36
include_package_data = True,
37
zip_safe = False,
0 commit comments