From 479dcceca0437d71f33139c78da294007e6a3b5f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 19 Jun 2023 11:40:18 +0200 Subject: [PATCH] maint: add indirect test dependency, for jupyterhub.tests import --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb60227e..4cb98ce1 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ "pytest", "pytest-asyncio", "pytest-cov", + "notebook", ], }, )