Skip to content

Commit

Permalink
Added a couple dev dependencies to Pipfile for running a couple of th…
Browse files Browse the repository at this point in the history
…e examples which have extra dependencies
  • Loading branch information
tleonhardt committed Jul 25, 2019
1 parent 586b1d9 commit f419192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ gnureadline = {version = "*",sys_platform = "== 'darwin'"}
invoke = "*"
ipython = "*"
mock = {version = "*",markers = "python_version < '3.6'"}
plumbum = "*"
pyreadline = {version = "*",sys_platform = "== 'win32'"}
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
tableformatter="*"
twine = ">=1.11"

0 comments on commit f419192

Please sign in to comment.