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.
1 parent 09a863b commit 75bdb6cCopy full SHA for 75bdb6c
1 file changed
pyproject.toml
@@ -78,7 +78,7 @@ classifiers = [
78
"Topic :: System :: Shells",
79
"Topic :: Terminals",
80
"Topic :: Utilities"]
81
-dependencies = ['colorama; platform_system == "Windows"']
+dependencies = ['colorama; platform_system == "Windows"', 'importlib_metadata; python_version < "3.8"']
82
83
[project.optional-dependencies]
84
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]
0 commit comments