Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 15, 2024
1 parent fbda7ac commit de91a6a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions linguaphoto/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit de91a6a

Please sign in to comment.