From eb0d6fcf5cf473a91c0168b66ec339bee9545dba Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 13 Jul 2025 15:25:54 -0400 Subject: [PATCH] add missing req --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 110a25b..1ee7520 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ pydantic firebase-admin python-dotenv pydantic[email] -httpx \ No newline at end of file +httpx +python-multipart \ No newline at end of file