Skip to content

Commit 9b1eb2d

Browse files
committed
removed wsgiref dependency - shouldn't be needed
1 parent 265fbb1 commit 9b1eb2d

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', 'wsgiref==0.1.2'],
26+
install_requires=['boto==2.38.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)