Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank authored Mar 1, 2024
1 parent 0c8819f commit cfdeea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name="Emery Berger", email="[email protected]" },
{ name="Kyla Levin", email="[email protected]" },
{ name="Nicolas van Kempen", email="[email protected]" },
{ name="Stephen Freund", email="[email protected]" }
{ name="Stephen Freund", email="[email protected]" },
]
dependencies = [
"llm-utils>=0.2.6",
Expand All @@ -21,7 +21,7 @@ dependencies = [
"ipython>=8.21.0",
"litellm>=1.26.6",
"PyYAML>=6.0.1",
"ipyflow>=0.0.130"
"ipyflow>=0.0.130",
]
description = "AI-assisted debugging. Uses AI to answer 'why'."
readme = "README.md"
Expand Down

0 comments on commit cfdeea6

Please sign in to comment.