From b725058e0a5f55a2ec265ea4545b4a38a0633b29 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 27 Oct 2023 17:41:32 -0700 Subject: [PATCH] requirements: Add typing stubs for beautifulsoup4 and httplib2. Signed-off-by: Anders Kaseorg --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index ba919d90..1b604bbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,8 @@ pytest-cov -e ./zulip_botserver git+https://github.com/zulip/zulint@61fe2ec73e272396152d293fbf07926120e42f38#egg=zulint==1.0.0 mypy==1.6.1 +types-beautifulsoup4 +types-httplib2 types-python-dateutil types-pytz types-requests