Version that works with Python 2.

This commit is contained in:
Itamar Turner-Trauring 2020-10-26 16:54:19 -04:00
parent d5333ae9f9
commit 4b7ab2bfd8

View File

@ -136,7 +136,7 @@ install_requires = [
"distro >= 1.4.0", "distro >= 1.4.0",
# Backported configparser for Python 2: # Backported configparser for Python 2:
"configparser >= 5.0.1 ; python_version < '3.0'", "configparser >= 4.0.0 ; python_version < '3.0'",
] ]
setup_requires = [ setup_requires = [