summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"