From 6a20a90255096a6e811f5924692e26d872da2afa Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 9 Aug 2022 14:10:10 +0200 Subject: [PATCH] chore(api-client): add missing python-dateutil types --- api-client/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api-client/setup.py b/api-client/setup.py index fc4e05c39..02e8f60d8 100644 --- a/api-client/setup.py +++ b/api-client/setup.py @@ -21,6 +21,7 @@ setup( extras_require={ "dev": [ "requests-mock", + "types-python-dateutil", "types-requests", ], },