From 0d17a22f384a3632586218207763e081e843db12 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 9 Jun 2020 09:10:58 -0700 Subject: [PATCH] Remove upper bound on importlib-resources (2.0 works) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 15ecdc185..42358c53e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = six>=1.9.0,<2 # keep it >=1.9.0 as it may cause problems on LTS platforms contextlib2>=0.6.0,<1;python_version<"3.3" importlib-metadata>=0.12,<2;python_version<"3.8" - importlib-resources>=1.0,<2;python_version<"3.7" + importlib-resources>=1.0;python_version<"3.7" pathlib2>=2.3.3,<3;python_version < '3.4' and sys.platform != 'win32' python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* package_dir =