From 52b2c022c0ac1c45fa86a73fb35746de4fa196e3 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 27 Mar 2020 01:26:15 +0000 Subject: [PATCH] Pinning configparser to working version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b556122..f9445f8 100644 --- a/setup.py +++ b/setup.py @@ -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",