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 ca48c00 + fdd04a7 commit 6ba7f21Copy full SHA for 6ba7f21
setup.py
@@ -23,7 +23,7 @@ def readme():
23
keywords="monitoring cloudwatch amazon web services aws ec2",
24
zip_safe=True,
25
packages=find_packages(),
26
- install_requires=['boto>=2.33.0'],
+ install_requires=['boto>=2.33.0','argparse'],
27
entry_points={'console_scripts': [
28
'mon-get-instance-stats.py=cloudwatchmon.cli.get_instance_stats:main',
29
'mon-put-instance-stats.py=cloudwatchmon.cli.put_instance_stats:main',
0 commit comments