Skip to content

Commit ccda06d

Browse files
pyproject: Add packaging as dev depedency
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 6eeff67 commit ccda06d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ test = [
4545
'mypy>=0.800',
4646
]
4747
dev = [
48+
'packaging',
4849
'setuptools>=60',
4950
'Cython~=3.0',
5051
]
@@ -59,6 +60,7 @@ requires = [
5960
"setuptools>=60",
6061
"wheel",
6162
"Cython~=3.1",
63+
"packaging",
6264
]
6365
build-backend = "setuptools.build_meta"
6466

0 commit comments

Comments
 (0)