We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586b1d9 commit f419192Copy full SHA for f419192
Pipfile
@@ -18,11 +18,13 @@ gnureadline = {version = "*",sys_platform = "== 'darwin'"}
18
invoke = "*"
19
ipython = "*"
20
mock = {version = "*",markers = "python_version < '3.6'"}
21
+plumbum = "*"
22
pyreadline = {version = "*",sys_platform = "== 'win32'"}
23
pytest = "*"
24
pytest-cov = "*"
25
pytest-mock = "*"
26
sphinx = "*"
27
sphinx-autobuild = "*"
28
sphinx-rtd-theme = "*"
29
+tableformatter="*"
30
twine = ">=1.11"
0 commit comments