Skip to content

Commit 85ff53a

Browse files
committed
Merge pull request #7 from avengerpenguin/fix-boto-dependency
Softened boto dependency as per README
2 parents f2a7daa + 6c73419 commit 85ff53a

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.38.0'],
26+
install_requires=['boto>=2.33.0'],
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)