Skip to content

Commit 45eeb6f

Browse files
committed
Switch to pywin32
Fixes #166
1 parent bd06e7f commit 45eeb6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
deps = ['requests', 'ruamel.yaml', 'appdirs']
88
extra_deps = {
9-
':sys_platform == "win32"': ['pypiwin32==219'],
9+
':sys_platform == "win32"': ['pywin32'],
1010
':sys_platform == "darwin"': ['pyobjc-core', 'pyobjc'],
1111
'xmpp': [
1212
'sleekxmpp', 'dnspython' if version_info[0] < 3 else 'dnspython3'],

0 commit comments

Comments
 (0)