Skip to content

Commit 6ba7f21

Browse files
authored
Merge pull request #9 from gtrevg/master
`argparse` is required to run the scripts
2 parents ca48c00 + fdd04a7 commit 6ba7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323
keywords="monitoring cloudwatch amazon web services aws ec2",
2424
zip_safe=True,
2525
packages=find_packages(),
26-
install_requires=['boto>=2.33.0'],
26+
install_requires=['boto>=2.33.0','argparse'],
2727
entry_points={'console_scripts': [
2828
'mon-get-instance-stats.py=cloudwatchmon.cli.get_instance_stats:main',
2929
'mon-put-instance-stats.py=cloudwatchmon.cli.put_instance_stats:main',

0 commit comments

Comments
 (0)