summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-19 19:20:36 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-19 19:20:36 -0400
commit3d612165d70b413f8f883a40b0b29d51683687e7 (patch)
treeca75531ba77ae6fef5dea7bcac6fb85f744b3e43
parentbd4bedd255a7a3ee6905f9a11b0d678a6ba1a714 (diff)
downloadcmd2-git-3d612165d70b413f8f883a40b0b29d51683687e7.tar.gz
Added ipython to pipenv dev-packages
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 02895306..2bebb2e0 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,6 +16,7 @@ doc8 = "*"
flake8 = "*"
gnureadline = {version = "*",sys_platform = "== 'darwin'"}
invoke = "*"
+ipython = "*"
mock = {version = "*",markers = "python_version < '3.6'"}
pyreadline = {version = "*",sys_platform = "== 'win32'"}
pytest = "*"