Skip to content

Commit 4cf5de4

Browse files
AmbratolmAmbratolm
authored andcommitted
Cleanup: Removed unused pillow library.
1 parent 67f27da commit 4cf5de4

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies = [
2323
"google-genai>=1.2.0",
2424
"humanize>=4.11.0",
2525
"odmantic>=1.0.2",
26-
"pillow>=11.2.1",
2726
"pydantic>=2.10.6",
2827
"pynacl>=1.5.0",
2928
"python-dotenv>=1.0.1",

utils/ai.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
from io import BytesIO
21
from typing import Any
32

43
from google.genai import Client
54
from google.genai.chats import AsyncChat
65
from google.genai.types import Content, GenerateContentConfig, Part
7-
from PIL import Image
86
from pydantic import BaseModel, Field, StringConstraints, field_validator
97
from typing_extensions import Annotated
108

uv.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)