From f60f878eed254b4426236cc6bf8dc87e369318d8 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 22 Jul 2022 13:17:57 +0200 Subject: [PATCH] chore(api-client): add requests typings for mypy --- api-client/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api-client/setup.py b/api-client/setup.py index f2fcf8da5..161f75f15 100644 --- a/api-client/setup.py +++ b/api-client/setup.py @@ -27,6 +27,7 @@ setup( ], extras_require={ "dev": [ + "types-requests", f"libretime-shared @ file://localhost{here.parent / 'shared'}", ], },