From a7864afde21bd38f12a83171ffa79bb3face2255 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 1 Oct 2023 22:41:17 +1100 Subject: [PATCH] pip: Add scheduler module --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fc7c9a..cb404ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ python-dotenv requests dnspython markdownify -cryptography \ No newline at end of file +cryptography +apscheduler \ No newline at end of file