summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-24 22:02:49 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-24 22:02:49 -0400
commitf419192b71f816952b4f160c6b97986a5b8c9fd9 (patch)
tree60c60e14ce5a1fdb12b5a96397b0a6274ddb9208
parent586b1d9aafe4d502438bf3f839220ddcb83be5a0 (diff)
downloadcmd2-git-0.9.15.tar.gz
Added a couple dev dependencies to Pipfile for running a couple of the examples which have extra dependencies0.9.15
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 2bebb2e0..9a09ef90 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,6 +18,7 @@ gnureadline = {version = "*",sys_platform = "== 'darwin'"}
invoke = "*"
ipython = "*"
mock = {version = "*",markers = "python_version < '3.6'"}
+plumbum = "*"
pyreadline = {version = "*",sys_platform = "== 'win32'"}
pytest = "*"
pytest-cov = "*"
@@ -25,4 +26,5 @@ pytest-mock = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
+tableformatter="*"
twine = ">=1.11"