1 parent 798b55a commit 72043a4Copy full SHA for 72043a4
1 file changed
pyproject.toml
@@ -24,7 +24,9 @@ classifiers = [
24
"Programming Language :: Python :: 3.12",
25
"Operating System :: OS Independent",
26
]
27
-dependencies = []
+dependencies = [
28
+ "tomli>=2.0.0; python_version < '3.11'",
29
+]
30
31
[project.urls]
32
"Homepage" = "https://github.com/for13to1/mistode"
0 commit comments