From a4019f478c4c87752f62df5020bdaf9c33a7edd3 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 15 Apr 2025 10:19:30 -0700 Subject: [PATCH] update to use requirements --- open-webui-send-email.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/open-webui-send-email.py b/open-webui-send-email.py index 07f5c7b..007d695 100644 --- a/open-webui-send-email.py +++ b/open-webui-send-email.py @@ -1,12 +1,10 @@ """ title: Send Email author: Josh Knapp -version: 0.7.0 +version: 0.7.2 description: "Send email via SMTP to user specificed address" -requirements: smtplib, email """ -import subprocess, sys from pydantic import BaseModel, Field import smtplib from email.mime.text import MIMEText -- 2.43.5