summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús García Crespo <jesus@sevein.com>2021-11-05 09:01:37 +0100
committerJesús García Crespo <jesus@sevein.com>2021-11-05 09:20:15 +0100
commitf8d18fa9a3cd586e3ccef55ce8858b08c29ad64a (patch)
tree22fed0e552ff9ae068a2bccec3c3ca6446182dbd
parent3d2eec2113828b34d43a533fc5d2b9f8728bd094 (diff)
downloadjsonschema-f8d18fa9a3cd586e3ccef55ce8858b08c29ad64a.tar.gz
Add version constraint to importlib_resources
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b41d7d6..bcfb4a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ python_requires = >=3.7
install_requires =
attrs>=17.4.0
importlib_metadata;python_version<'3.8'
- importlib_resources;python_version<'3.9'
+ importlib_resources>=1.4.0;python_version<'3.9'
pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2
[options.extras_require]