Skip to content

Commit

Permalink
Add ansicolors dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 19, 2024
1 parent 1aa3f23 commit 5ee8a4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ authors = [
{ name="Nicolas van Kempen", email="[email protected]" },
{ name="Stephen Freund", email="[email protected]" }
]
dependencies = ["llm_utils>=0.2.6", "openai>=1.6.1", "rich>=13.7.0"]
dependencies = [
"llm-utils>=0.2.6",
"openai>=1.6.1",
"rich>=13.7.0",
"ansicolors>=1.1.8"
]
description = "AI-assisted debugging. Uses AI to answer 'why'."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 5ee8a4f

Please sign in to comment.