chore(api-client): add requests typings for mypy

This commit is contained in:
jo 2022-07-22 13:17:57 +02:00 committed by Kyle Robbertze
parent 9ca2d8ad94
commit f60f878eed
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ setup(
],
extras_require={
"dev": [
"types-requests",
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
],
},