Skip to content

Commit 75bdb6c

Browse files
committed
fix py3.7 compat
- fixes #1705 - closes #1706
1 parent 09a863b commit 75bdb6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ classifiers = [
7878
"Topic :: System :: Shells",
7979
"Topic :: Terminals",
8080
"Topic :: Utilities"]
81-
dependencies = ['colorama; platform_system == "Windows"']
81+
dependencies = ['colorama; platform_system == "Windows"', 'importlib_metadata; python_version < "3.8"']
8282

8383
[project.optional-dependencies]
8484
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]

0 commit comments

Comments
 (0)