chore(analyzer): install missing requests types

This commit is contained in:
jo 2022-07-25 01:39:58 +02:00 committed by Kyle Robbertze
parent 7bd369f20c
commit c395fd7f0a
1 changed files with 1 additions and 0 deletions

View File

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