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 8891d87 commit 7a35fc9Copy full SHA for 7a35fc9
pyproject.toml
@@ -10,7 +10,11 @@ maintainers = [{ name = "Christopher Markiewicz" }]
10
readme = "README.rst"
11
license = { text = "MIT License" }
12
requires-python = ">=3.8"
13
-dependencies = ["numpy >=1.19", "packaging >=17", "setuptools"]
+dependencies = [
14
+ "numpy >=1.19",
15
+ "packaging >=17",
16
+ "importlib_resources; python_version < '3.9'",
17
+]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
20
"Environment :: Console",
0 commit comments