From 7058c799759a5e21e6adf8ba6cc0cd7515c17df5 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 22 Jan 2020 22:46:05 +0100 Subject: [PATCH] Feat: add PyInquirer to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 900354c..aa334c6 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( 'numpy', 'papermill', 'pyyaml', + 'PyInquirer', ], entry_points=''' [console_scripts]