From ad123dc93c8a7164afcada8eae53ba8ef72220ee Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 27 Aug 2024 16:58:06 -0700 Subject: [PATCH] schedule --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad75576..8169838 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ pip install maidenhead pip install beautifulsoup4 pip install dadjokes pip install geopy +pip install schedule ``` The following is needed for open-meteo use ``` diff --git a/requirements.txt b/requirements.txt index dd20ae8..9e20a58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ dadjokes openmeteo_requests retry_requests numpy -geopy \ No newline at end of file +geopy +schedule