Skip to content

Commit 3bacbed

Browse files
committed
Refactor optional dependencies in pyproject.toml and add setuptools requirement
1 parent acca66b commit 3bacbed

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ classifiers = [
2525
"Topic :: Utilities"
2626
]
2727

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-
3528
dependencies = [
3629
"dacite >=1.6.0",
3730
"xmltodict>=0.12.0",
38-
"iris-embedded-python-wrapper>=0.0.6"
31+
"iris-embedded-python-wrapper>=0.0.6",
32+
"setuptools >= 40.8.0"
3933
]
4034

4135
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)