Skip to content

Commit

Permalink
Add pyreadline to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethekoenig committed Feb 19, 2024
1 parent 9b6ed04 commit 4fd377a
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 @@ -11,7 +11,8 @@ version = "0.1.6"
description = "An AI command-line assistant"
readme = "README.md"
dependencies = [
"litellm>=1.22.3"
"litellm>=1.22.3",
"pyreadline3==3.4.1; platform_system == 'Windows'"
]
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit 4fd377a

Please sign in to comment.