Skip to content

Commit 7845680

Browse files
committed
Remove "zipp" from Python dependencies
1 parent 06a0c11 commit 7845680

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8080
Pillow==8.1.0;python_version>="3.6"
8181
rich==9.9.0;python_version>="3.6" and python_version<"4.0"
82-
zipp==1.2.0;python_version<"3.6"
83-
zipp==3.4.0;python_version>="3.6"
8482
flake8==3.7.9;python_version<"3.5"
8583
flake8==3.8.4;python_version>="3.5"
8684
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@
183183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
184184
'Pillow==8.1.0;python_version>="3.6"',
185185
'rich==9.9.0;python_version>="3.6" and python_version<"4.0"',
186-
'zipp==1.2.0;python_version<"3.6"',
187-
'zipp==3.4.0;python_version>="3.6"',
188186
'flake8==3.7.9;python_version<"3.5"',
189187
'flake8==3.8.4;python_version>="3.5"',
190188
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)