Skip to content

Commit 8fa0497

Browse files
authored
fix missing comma in pyproject.toml
1 parent 4acf67b commit 8fa0497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"rich>=13.0.0",
2222
"pyyaml>=6.0",
2323
"huggingface_hub>=0.20.0",
24-
"openai>=2.7.2"
24+
"openai>=2.7.2",
2525
"tomli>=2.3.0",
2626
"tomli-w>=1.2.0",
2727
]

0 commit comments

Comments
 (0)