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