Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
groq
|
| 3 |
langchain
|
|
@@ -18,4 +28,6 @@ unstructured
|
|
| 18 |
# pip install python-docx
|
| 19 |
python-docx
|
| 20 |
|
| 21 |
-
ollama
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt - versie van 23-10-2024
|
| 2 |
+
# met toegevoegd python lib sendgrid, om email vanuit Python te kunnen versturen via de sendgrid API
|
| 3 |
+
#
|
| 4 |
+
# Using SendGrid's Python Library
|
| 5 |
+
# https://github.com/sendgrid/sendgrid-python
|
| 6 |
+
# Email API Quickstart: How to Send Email with Python | SendGrid Docs | Twilio
|
| 7 |
+
# https://www.twilio.com/docs/sendgrid/for-developers/sending-email/quickstart-python
|
| 8 |
+
# In this quickstart, you'll learn how to send your first email using the Twilio SendGrid Mail Send APIand Python.
|
| 9 |
+
#!pip install sendgrid
|
| 10 |
+
|
| 11 |
streamlit
|
| 12 |
groq
|
| 13 |
langchain
|
|
|
|
| 28 |
# pip install python-docx
|
| 29 |
python-docx
|
| 30 |
|
| 31 |
+
ollama
|
| 32 |
+
|
| 33 |
+
sendgrid
|