Skip to content

Commit e94ee2b

Browse files
committed
require sufficiently new importlib-metadata
1 parent 318a86a commit e94ee2b

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
@@ -42,7 +42,7 @@ install_requires =
4242
mccabe>=0.7.0,<0.8.0
4343
pycodestyle>=2.9.0,<2.10.0
4444
pyflakes>=2.5.0,<2.6.0
45-
importlib-metadata<4.3;python_version<"3.8"
45+
importlib-metadata>=1.1.0,<4.3;python_version<"3.8"
4646
python_requires = >=3.6.1
4747

4848
[options.packages.find]

0 commit comments

Comments
 (0)