From 119c22a4baffb2d35ca738c38f04ef39d2f3cd49 Mon Sep 17 00:00:00 2001 From: zio Date: Mon, 1 Jun 2026 22:12:54 +0900 Subject: [PATCH] feat: add backend/requirements.txt --- backend/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 00000000..943dfbc5 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,9 @@ +fastapi==0.115.0 +uvicorn[standard]==0.30.6 +aioimaplib==1.1.0 +aiosmtplib==3.0.1 +python-jose[cryptography]==3.3.0 +cryptography==42.0.8 +chardet==5.2.0 +python-multipart==0.0.12 +aiofiles==24.1.0