From 1c7047bbb85395fb2eeb2d2d8b2f8aa456f90f3e Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Thu, 6 Dec 2018 23:28:33 +0000 Subject: [PATCH] Move ipython out of the base dependencies --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 12bae4b66..47b4c8663 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,6 @@ python-dateutil = "*" python-dotenv = "*" python-gnupg = "*" pytz = "*" -ipython = "*" sphinx = "*" tox = "*" pycodestyle = "*" @@ -37,3 +36,4 @@ pytest-env = "*" pytest-xdist = "*" [dev-packages] +ipython = "*"