From 9c56cf4eae81c35ff4f2ab91fc85c9c5e7da2bfc Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Thu, 25 Jan 2024 08:36:32 +0100 Subject: [PATCH] Add requests dependency for typeguard --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 378b718..0947da7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -208,6 +208,7 @@ def typeguard(session: Session) -> None: "python-multipart", "flask-wtf", "a2wsgi", + "requests", "typeguard", "pygments", )