From 591441e9a7af65f29305b89f4fca8f8c371e1390 Mon Sep 17 00:00:00 2001 From: Lan <48862574+vastsa@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:51:42 +0800 Subject: [PATCH] fix: #256 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c397aca..5ae9cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ aioboto3==11.2.0 aiohttp==3.10.11 +aiofiles==24.1.0 botocore==1.29.76 fastapi==0.115.0 pydantic==2.4.0 uvicorn==0.23.2 tortoise-orm==0.20.0 -python-multipart==0.0.20 \ No newline at end of file +python-multipart==0.0.20