Skip to content

Commit

Permalink
Pinning Zipp for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Mar 10, 2020
1 parent cc07634 commit ad1f9ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ def run(self):
],
extras_require={
':python_version>="3.0"': ["Pillow>=3.2.0"],
':python_version<"3.0"': ["Pillow==6.2.2"],
':python_version<"3.0"': [
"Pillow==6.2.2",
"zipp==1.2.0"
],
},
test_suite="tests",
tests_require=[
Expand Down

0 comments on commit ad1f9ef

Please sign in to comment.