apprise/requirements.txt
Andreas Motl e7255df1da
Improve efficiency of NotifyEmail plugin (#679)
When addressing multiple recipients, use the same session to the SMTP
server as designated with the Apprise URL. In this way, subsequent full
roundtrips will be saved.

As many SMTP servers are employing connection rate limiting, as well as
connection accept delays, this will considerably improve both robustness
and performance.
2022-11-03 14:26:46 -04:00

11 lines
164 B
Plaintext

# Root certificate authority bundle.
certifi
# Application dependencies.
dataclasses; python_version<"3.7"
requests
requests-oauthlib
click >= 5.0
markdown
PyYAML