diff --git a/setup.py b/setup.py index 973fc42..12673c3 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( "build", "wheel", "mypy", + "types-requests", ] }, packages=find_packages(exclude=['test']),