We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd06e7f commit 45eeb6fCopy full SHA for 45eeb6f
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
deps = ['requests', 'ruamel.yaml', 'appdirs']
8
extra_deps = {
9
- ':sys_platform == "win32"': ['pypiwin32==219'],
+ ':sys_platform == "win32"': ['pywin32'],
10
':sys_platform == "darwin"': ['pyobjc-core', 'pyobjc'],
11
'xmpp': [
12
'sleekxmpp', 'dnspython' if version_info[0] < 3 else 'dnspython3'],
0 commit comments