From ad2aa087223d7fcae96b8e2d7616d96b8a5993df Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Sat, 11 Feb 2023 01:16:05 -0500 Subject: [PATCH] require ipykernel for installation --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 90c3884..7f531f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ packages = find: # python_requires = >=3.x install_requires = panflute + ipykernel jupyter_client nbconvert