fix: add missing comma in pyproject.toml

This commit is contained in:
cclecle
2023-09-27 20:27:40 +01:00
parent e8a8448d4f
commit 7aa3856d40

View File

@@ -34,7 +34,7 @@ classifiers = [
]
dependencies = [
'importlib-metadata; python_version<"3.9"',
'typed-argument-parser==1.*'
'typed-argument-parser==1.*',
'packaging',
"junitparser>=2.8",
"junit2html>=30.1",