fix(bug): toml misconfiguration (#189)

This commit is contained in:
george
2023-06-19 04:09:15 -07:00
committed by GitHub
parent 35c35b3ffa
commit 52a021f8de

View File

@@ -11,6 +11,7 @@ dependencies = [
'black == 23.3.0',
'openai == 0.27.8',
'ruff == 0.0.272',
'pre-commit == 3.3.3',
'typer == 0.9.0'
]