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 de3b63d commit acca66bCopy full SHA for acca66b
pyproject.toml
@@ -25,6 +25,13 @@ classifiers = [
25
"Topic :: Utilities"
26
]
27
28
+[project.optional-dependencies]
29
+python_version = [
30
+ 'importlib-metadata; python_version < "3.8"',
31
+ 'dataclasses; python_version < "3.7"',
32
+ 'setuptools >= 40.8.0; python_version =< "3.12"'
33
+]
34
+
35
dependencies = [
36
"dacite >=1.6.0",
37
"xmltodict>=0.12.0",
0 commit comments