From ae471b567c246a10c48ffd7143dbc1ad98790b70 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 19 Aug 2021 17:03:56 -0400 Subject: [PATCH] BUG: Add missing mypy stubs for python 3.9 --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 27f3b0d..a78fda1 100644 --- a/environment.yml +++ b/environment.yml @@ -19,6 +19,7 @@ dependencies: - pytest-mock - pytest-mypy - sphinx + - types-pytz - pip: - build - pytest-isort