We noticed that in pyproject.toml click and pytz are listed as required dependencies. However, click seems to be not used in the project at all and pytz only in unit tests.
I would therefore recommend to:
a) Remove click dependency
b) Move pytz to the optional testing dependencies
Any objections?