diff --git a/setup.py b/setup.py index 0e4384f83..1247ad368 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ install_requires = [ "distro >= 1.4.0", # Backported configparser for Python 2: - "configparser >= 5.0.1 ; python_version < '3.0'", + "configparser >= 4.0.0 ; python_version < '3.0'", ] setup_requires = [