We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b565d + f26e781 commit 0425822Copy full SHA for 0425822
setup.py
@@ -58,8 +58,8 @@
58
'click-default-group',
59
],
60
extras_require={
61
- ':python_version<"3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62
- 'more-itertools==4.3.0'
+ ':python_version<"3"':[
+ 'zipp==1.1.0',
63
64
':sys_platform=="linux" or sys_platform=="linux2"': [
65
'secretstorage',
0 commit comments