Skip to content

Commit f419192

Browse files
committed
Added a couple dev dependencies to Pipfile for running a couple of the examples which have extra dependencies
1 parent 586b1d9 commit f419192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ gnureadline = {version = "*",sys_platform = "== 'darwin'"}
1818
invoke = "*"
1919
ipython = "*"
2020
mock = {version = "*",markers = "python_version < '3.6'"}
21+
plumbum = "*"
2122
pyreadline = {version = "*",sys_platform = "== 'win32'"}
2223
pytest = "*"
2324
pytest-cov = "*"
2425
pytest-mock = "*"
2526
sphinx = "*"
2627
sphinx-autobuild = "*"
2728
sphinx-rtd-theme = "*"
29+
tableformatter="*"
2830
twine = ">=1.11"

0 commit comments

Comments
 (0)