Skip to content

Commit

Permalink
(fix) add appdirs as a dependency as a requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Oct 12, 2023
1 parent 7a1a65d commit c8d38dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 13 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tokenizers = "*"
click = "*"
jinja2 = "^3.1.2"
certifi = "^2023.7.22"
appdirs = "^1.4.4"

[tool.poetry.scripts]
litellm = 'litellm:run_server'
Expand Down

0 comments on commit c8d38dc

Please sign in to comment.