fix windows requirement

This commit is contained in:
Jack 2016-09-16 01:14:56 -04:00
parent 3d89e3fd93
commit 3d4d895d9b

View file

@ -275,7 +275,7 @@ elif platform == WINDOWS:
'zope.interface', 'zope.interface',
'os', 'os',
'pkg_resources', 'pkg_resources',
'PyYAML' 'yaml'
], ],
'excludes': ['distutils', 'collections.sys', 'collections._weakref', 'collections.abc', 'excludes': ['distutils', 'collections.sys', 'collections._weakref', 'collections.abc',
'Tkinter', 'tk', 'tcl', 'PyQt4', 'nose', 'mock' 'Tkinter', 'tk', 'tcl', 'PyQt4', 'nose', 'mock'