We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d57a554 + 169a65b commit f807bfeCopy full SHA for f807bfe
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+v7.0.1
2
+=======
3
+
4
+* fix #718: Avoid `ModuleNotFoundError` by requiring importlib_metadata in python < 3.8
5
6
v7.0.0
7
=======
8
setup.cfg
@@ -31,6 +31,7 @@ install_requires =
31
setuptools
32
tomli>=1.0.0 # keep in sync
33
typing-extensions
34
+ importlib-metadata;python_version < '3.8'
35
python_requires = >=3.7
36
package_dir =
37
=src
0 commit comments