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",