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 f2a7daa + 6c73419 commit 85ff53aCopy full SHA for 85ff53a
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.38.0'],
+ install_requires=['boto>=2.33.0'],
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