Skip to content

Commit

Permalink
Add pyreadline to pyproject.toml (#88)
Browse files Browse the repository at this point in the history
* Add pyreadline to pyproject.toml

* Delete requirements
  • Loading branch information
jakethekoenig authored Feb 20, 2024
1 parent 9b6ed04 commit f08ac12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit f08ac12

Please sign in to comment.