Skip to content

Commit

Permalink
Merge 45eeb6f into bd06e7f
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgreenca committed Mar 14, 2018
2 parents bd06e7f + 45eeb6f commit a89106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

deps = ['requests', 'ruamel.yaml', 'appdirs']
extra_deps = {
':sys_platform == "win32"': ['pypiwin32==219'],
':sys_platform == "win32"': ['pywin32'],
':sys_platform == "darwin"': ['pyobjc-core', 'pyobjc'],
'xmpp': [
'sleekxmpp', 'dnspython' if version_info[0] < 3 else 'dnspython3'],
Expand Down

0 comments on commit a89106d

Please sign in to comment.