We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3e439 commit 2fe06bcCopy full SHA for 2fe06bc
1 file changed
pyproject.toml
@@ -45,8 +45,8 @@ test = [
45
'mypy>=0.800',
46
]
47
dev = [
48
+ 'packaging>=20',
49
'setuptools>=60',
- 'packaging',
50
'Cython~=3.1',
51
52
docs = [
@@ -57,9 +57,9 @@ docs = [
57
58
[build-system]
59
requires = [
60
+ "packaging>=20",
61
"setuptools>=60",
62
"wheel",
- "packaging",
63
"Cython~=3.1",
64
65
build-backend = "setuptools.build_meta"
0 commit comments