diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-24 22:02:49 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-24 22:02:49 -0400 |
| commit | f419192b71f816952b4f160c6b97986a5b8c9fd9 (patch) | |
| tree | 60c60e14ce5a1fdb12b5a96397b0a6274ddb9208 | |
| parent | 586b1d9aafe4d502438bf3f839220ddcb83be5a0 (diff) | |
| download | cmd2-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-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
