Skip to content

Commit

Permalink
Add traitlets dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 19, 2024
1 parent 5ee8a4f commit 9ed9ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ dependencies = [
"llm-utils>=0.2.6",
"openai>=1.6.1",
"rich>=13.7.0",
"ansicolors>=1.1.8"
"ansicolors>=1.1.8",
"traitlets>=5.14.1"
]
description = "AI-assisted debugging. Uses AI to answer 'why'."
readme = "README.md"
Expand Down

0 comments on commit 9ed9ee9

Please sign in to comment.