Skip to content

Commit

Permalink
Pinning configparser to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Mar 27, 2020
1 parent 1651ddf commit 52b2c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -54,7 +54,8 @@ def run(self):
':python_version>="3.0"': ["Pillow>=3.2.0"],
':python_version<"3.0"': [
"Pillow==6.2.2",
"zipp==1.2.0"
"zipp==1.2.0",
"configparser==4.0.2"
],
},
test_suite="tests",
Expand Down

0 comments on commit 52b2c02

Please sign in to comment.