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.
1 parent 265fbb1 commit 9b1eb2dCopy full SHA for 9b1eb2d
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', 'wsgiref==0.1.2'],
+ install_requires=['boto==2.38.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