all repos — webpage-monitor @ 8540ded651cb67a548b2675c456882195eff598b

fix requirements
Marco Andronaco andronacomarco@gmail.com
Mon, 30 Jan 2023 13:09:09 +0100
commit

8540ded651cb67a548b2675c456882195eff598b

parent

9b60a31aefb8db1efd18913f5ce818e663ce1242

3 files changed, 4 insertions(+), 3 deletions(-)

jump to
M .env.example.env.example

@@ -1,3 +1,3 @@

url="https://localhost:8000" email="example@gmail.com" -password="abcdefghijklmnop"+password="abcdefghijklmnop"
M README.mdREADME.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.
M requirements.txtrequirements.txt

@@ -1,1 +1,2 @@

+requests python-dotenv