From 6ccbb56a85d3fd370736f89ef6b3b3dfec214213 Mon Sep 17 00:00:00 2001 From: LanQian <5499636+LanQian528@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:24:19 +0800 Subject: [PATCH] add pillow --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b72fd03..8e0d960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ curl_cffi uvicorn tiktoken python-dotenv -websockets \ No newline at end of file +websockets +pillow \ No newline at end of file