From 3d4d895d9bd4b89eaca4a0312927d044a9200d7c Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Sep 2016 01:14:56 -0400 Subject: [PATCH] fix windows requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d93a5dbeb..05b695f5f 100644 --- a/setup.py +++ b/setup.py @@ -275,7 +275,7 @@ elif platform == WINDOWS: 'zope.interface', 'os', 'pkg_resources', - 'PyYAML' + 'yaml' ], 'excludes': ['distutils', 'collections.sys', 'collections._weakref', 'collections.abc', 'Tkinter', 'tk', 'tcl', 'PyQt4', 'nose', 'mock'