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 acca66b commit 3bacbedCopy full SHA for 3bacbed
pyproject.toml
@@ -25,17 +25,11 @@ 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",
38
- "iris-embedded-python-wrapper>=0.0.6"
+ "iris-embedded-python-wrapper>=0.0.6",
+ "setuptools >= 40.8.0"
39
40
41
license = { file = "LICENSE" }
0 commit comments