From de91a6a79f51207c63104e561f81c8c9ee596779 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Thu, 15 Aug 2024 11:57:44 -0700 Subject: [PATCH] update requirements --- linguaphoto/requirements.txt | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/linguaphoto/requirements.txt b/linguaphoto/requirements.txt index b872e86..6330399 100644 --- a/linguaphoto/requirements.txt +++ b/linguaphoto/requirements.txt @@ -4,25 +4,29 @@ omegaconf bson pydantic +email-validator # AWS dependencies. aioboto3 -redis + +# Crypto dependencies +argon2-cffi +pyjwt[asyncio] +bcrypt # FastAPI dependencies. aiohttp aiosmtplib -fastapi -pyjwt +fastapi[standard] +pillow python-multipart +httpx # Deployment dependencies. uvicorn[standard] -# Types -types-aioboto3[dynamodb,cloudfront,s3] +# Processing dependencies. +numpy-stl -# AI dependencies -numpy -openai -Pillow +# Types +types-aioboto3[dynamodb, s3]