JBHF's picture
Update requirements.txt
634b981 verified
raw
history blame
784 Bytes
# requirements.txt - versie van 23-10-2024
# met toegevoegd python lib sendgrid, om email vanuit Python te kunnen versturen via de sendgrid API
#
# Using SendGrid's Python Library
# https://github.com/sendgrid/sendgrid-python
# Email API Quickstart: How to Send Email with Python | SendGrid Docs | Twilio
# https://www.twilio.com/docs/sendgrid/for-developers/sending-email/quickstart-python
# In this quickstart, you'll learn how to send your first email using the Twilio SendGrid Mail Send APIand Python.
#!pip install sendgrid
streamlit
groq
langchain
langchain-community
langchain-groq
python-dotenv
beautifulsoup4
faiss-cpu
# JB:
chromadb
fastembed
pypdf
chardet
glob2
unstructured
# https://pypi.org/project/python-docx/
# pip install python-docx
python-docx
ollama
sendgrid