Skip to content

Commit

Permalink
add Pillow thanks dad
Browse files Browse the repository at this point in the history
  • Loading branch information
piEsposito committed Jun 6, 2024
1 parent 4a30cf7 commit 88a429a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 2 deletions.
88 changes: 87 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tiny-ai-client"
version = "0.0.5"
version = "0.0.6"
description = "Tiny AI client for LLMs. As simple as it gets."
authors = ["piEsposito <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -11,6 +11,7 @@ python = ">=3.10"
pydantic = "2.7.3"
openai = "1.31.0"
anthropic = "0.28.0"
pillow = "^10.3.0"


[tool.poetry.group.gemini]
Expand Down

0 comments on commit 88a429a

Please sign in to comment.