Fix GHA mypy run

pull/34/head
Andrey Kislyuk 2022-04-19 11:43:25 -07:00
parent c22bbb74b1
commit e710760497
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ setup(
"build", "build",
"wheel", "wheel",
"mypy", "mypy",
"types-requests",
] ]
}, },
packages=find_packages(exclude=['test']), packages=find_packages(exclude=['test']),