From 88dff8c94082acde85d39300085a42dea2414178 Mon Sep 17 00:00:00 2001 From: sciduck Date: Tue, 21 Jan 2020 23:33:29 +0530 Subject: [PATCH] Add inquirer > setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 552cb317..6eefb840 100644 --- a/setup.py +++ b/setup.py @@ -17,5 +17,6 @@ "matplotlib", "pykep", "pytest", + "inquirer", ] )