Skip to content

Commit

Permalink
Pinning pyld version for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed May 27, 2020
1 parent ca3c006 commit 1c3c64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def run(self):
':python_version<"3.0"': [
"Pillow==6.2.2",
"zipp==1.2.0",
"configparser==4.0.2"
"configparser==4.0.2",
"pyld=1.0.5"
],
},
test_suite="tests",
Expand Down

0 comments on commit 1c3c64c

Please sign in to comment.