forked from LBRYCommunity/lbry-sdk
fix windows requirement
This commit is contained in:
parent
3d89e3fd93
commit
3d4d895d9b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue