From d97bc4a53df070e2773341dc11da28e0b10e728f Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Tue, 28 Jan 2025 00:36:46 -0600 Subject: [PATCH] Add `types-python-dateutil` to dev requirements The previous commit began using a submodule of the dateutil builtin python library. We weren't previously using this library, and thus didn't need the type stubs for it. But now that we do use it, we need to have the type stubs during development. --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0f5f6cd8a7f..ea34d0d42e6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -34,6 +34,7 @@ types-PyYAML types-Jinja2 types-mock types-protobuf>=5.0,<6.0 +types-python-dateutil types-pytz types-requests types-setuptools