fix requirements
Marco Andronaco andronacomarco@gmail.com
Mon, 30 Jan 2023 13:09:09 +0100
3 files changed,
4 insertions(+),
3 deletions(-)
M
.env.example
→
.env.example
@@ -1,3 +1,3 @@
url="https://localhost:8000" email="example@gmail.com" -password="abcdefghijklmnop"+password="abcdefghijklmnop"
M
README.md
→
README.md
@@ -1,5 +1,5 @@
# Simple webpage checker in Python. -While `main.py` is just an example of usage, the main function is in `Monitor.py` and it has zero requirements. +While `main.py` is just an example of usage, the main function is in `Monitor.py`. -`main.py`'s only requirement is `python-dotenv`, in order to load environment variables from a provided `.env` file. +`python-dotenv` is only required by `main.py` in order to load environment variables from a provided `.env` file.