Skip to content

Commit f8d18fa

Browse files
committed
Add version constraint to importlib_resources
1 parent 3d2eec2 commit f8d18fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python_requires = >=3.7
3030
install_requires =
3131
attrs>=17.4.0
3232
importlib_metadata;python_version<'3.8'
33-
importlib_resources;python_version<'3.9'
33+
importlib_resources>=1.4.0;python_version<'3.9'
3434
pyrsistent>=0.14.0,!=0.17.0,!=0.17.1,!=0.17.2
3535

3636
[options.extras_require]

0 commit comments

Comments
 (0)