Updated conditional dependency to 'importlib-metadata'. eric7

Mon, 15 May 2023 11:49:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 May 2023 11:49:07 +0200
branch
eric7
changeset 10028
0f12853d6dbe
parent 10027
63728909f3ff
child 10029
d9f2fa14cc65

Updated conditional dependency to 'importlib-metadata'.

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Sat May 13 12:15:43 2023 +0200
+++ b/pyproject.toml	Mon May 15 11:49:07 2023 +0200
@@ -81,6 +81,7 @@
     "isort>=5.10.0",
     "coverage>=6.5.0",
     "semver",
+    "importlib-metadata; python_version<'3.8'",
     "pywin32>=1.0;platform_system=='Windows'",
 ]
 dynamic = ["version"]

eric ide

mercurial