Skip to content

Commit f26e781

Browse files
committed
yet another py2 dependency issue
1 parent 50b565d commit f26e781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
'click-default-group',
5959
],
6060
extras_require={
61-
':python_version<"3" and (sys_platform=="linux" or sys_platform=="linux2")':[
62-
'more-itertools==4.3.0'
61+
':python_version<"3"':[
62+
'zipp==1.1.0',
6363
],
6464
':sys_platform=="linux" or sys_platform=="linux2"': [
6565
'secretstorage',

0 commit comments

Comments
 (0)