From 8acc8a0af82e4282283ddef36956d61efcee0935 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Fri, 1 Nov 2024 16:27:17 +0100 Subject: [PATCH] Add pytz (python timezone module) --- bot/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index b033626..8c3eaac 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1 +1,2 @@ -Mastodon.py \ No newline at end of file +Mastodon.py +pytz \ No newline at end of file