From 223d8a406d3ecd0ca329d0ca770709470cd1089a Mon Sep 17 00:00:00 2001 From: Sijmen Huizenga Date: Sun, 1 Oct 2023 16:12:31 +0200 Subject: [PATCH] Fix docs, added pytz as dependency when working with timezones --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9eab859d..82ae1904 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,9 +14,9 @@ Want to use Schedule on earlier Python versions? See the History. Dependencies ############ -Schedule has no dependencies. None. Zero. Nada. Nopes. -We plan to keep it that way. +Schedule has 1 optional dependency: +Only when you use ``.at()`` with a timezone, you must have `pytz `_ installed. Installation instructions #########################