import requests

This commit is contained in:
Andreas Knuth 2025-06-15 22:56:56 -05:00
parent 05b81d28db
commit d92618f225
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import boto3
from email.parser import BytesParser
from email.policy import default
from email.utils import getaddresses
import requests
if sys.version_info < (3, 12):
raise RuntimeError("Python 3.12 oder höher erforderlich")