fix: add missing comma in pyproject.toml
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user