From afa334404479fad1b657e90962f26aec66720c65 Mon Sep 17 00:00:00 2001
From: Tiago Gaspar
Date: Tue, 2 Aug 2022 22:22:46 +0100
Subject: [PATCH] Updated README
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
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/)
+
+
(back to top)
\ No newline at end of file