Akash4911 commited on
Commit
451755b
·
1 Parent(s): a0f3536

Add async SMTP dependency

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. backend/requirements.txt +1 -0
Dockerfile CHANGED
@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir "pyannote.audio>=3.1.0"
43
  RUN pip install --no-cache-dir c2pa-python
44
 
45
  # Step 7: Final Misc
46
- RUN pip install --no-cache-dir "protobuf~=4.25.3" python-magic email-validator
47
 
48
  # Step 8: Extra ML Engines & Libraries
49
  RUN pip install --no-cache-dir "optimum[onnxruntime]" diffusers mediapipe asyncpg reportlab sentencepiece openai-whisper
 
43
  RUN pip install --no-cache-dir c2pa-python
44
 
45
  # Step 7: Final Misc
46
+ RUN pip install --no-cache-dir "protobuf~=4.25.3" python-magic email-validator aiosmtplib
47
 
48
  # Step 8: Extra ML Engines & Libraries
49
  RUN pip install --no-cache-dir "optimum[onnxruntime]" diffusers mediapipe asyncpg reportlab sentencepiece openai-whisper
backend/requirements.txt CHANGED
@@ -29,3 +29,4 @@ reportlab
29
  sentencepiece
30
  openai-whisper
31
  httpx
 
 
29
  sentencepiece
30
  openai-whisper
31
  httpx
32
+ aiosmtplib