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 29f0669 commit 2ca2701Copy full SHA for 2ca2701
1 file changed
pyproject.toml
@@ -12,7 +12,10 @@ authors = [
12
{ name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" },
13
]
14
requires-python = ">=3.9"
15
-dependencies = ["pyyaml"]
+dependencies = [
16
+ "pyyaml",
17
+ "tomli>=1.1.0; python_version < '3.11'",
18
+]
19
classifiers = [
20
# https://pypi.org/pypi?%3Aaction=list_classifiers
21
"Development Status :: 5 - Production/Stable",
0 commit comments