diff --git a/README.md b/README.md index 4b9806b..95d3f73 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Validates if webpages are online on a predefined interval. Sends email alerts fr - [Setting up the project](#setting-up-the-project) - [Removing Docker container](#removing-docker-container) - [Email Alert Example](#email-alert-example) + - [Dependencies](#dependencies) ## Features * Sends request to website periodically; @@ -100,4 +101,13 @@ Emails sent when website is unreacheble have the following format:
+## Dependencies + +* [Yagmail](https://pypi.org/project/yagmail/) +* [python-crontab](https://pypi.org/project/python-crontab/) +* [PyYAML](https://pypi.org/project/PyYAML/) +* [pytz](https://pypi.org/project/pytz/) +* [python-dotenv](https://pypi.org/project/python-dotenv/) + + \ No newline at end of file