forked from python-cmd2/cmd2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
39 lines (36 loc) · 896 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
attrs = ">=16.3.0"
colorama = ">=0.3.7"
pyperclip = ">=1.6"
setuptools = ">=34.4"
wcwidth = ">=0.1.7"
[dev-packages]
black = "*"
cmd2 = {editable = true,path = "."}
cmd2_ext_test = {editable = true,path = "plugins/ext_test"}
codecov = "*"
doc8 = "*"
flake8 = "*"
gnureadline = {version = "*",sys_platform = "== 'darwin'"}
invoke = "*"
ipython = "*"
isort = "*"
mock = {version = "*",markers = "python_version < '3.6'"}
mypy = "*"
plumbum = "*"
pyreadline = {version = "*",sys_platform = "== 'win32'",markers = "python_version < '3.8'"}
pyreadline3 = {version = "*",sys_platform = "== 'win32'",markers = "python_version >= '3.8'"}
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
tableformatter="*"
twine = ">=1.11"
[pipenv]
allow_prereleases = true