File: Pipfile

package info (click to toggle)
cmd2 2.5.11%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,244 kB
  • sloc: python: 19,643; makefile: 73; sh: 67; javascript: 30
file content (33 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pyperclip = "*"
setuptools = "*"
wcwidth = "*"

[dev-packages]
build = "*"
cmd2 = { editable = true, path = "." }
cmd2_ext_test = { editable = true, path = "plugins/ext_test" }
codecov = "*"
gnureadline = { version = "*", sys_platform = "== 'darwin'" }
invoke = "*"
ipython = "*"
mypy = "*"
pyreadline3 = { version = ">=3.4", sys_platform = "== 'win32'" }
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
ruff = "*"
setuptools-scm = "*"
mkdocs-include-markdown-plugin = "*"
mkdocs-macros-plugin = "*"
mkdocs-material = "*"
mkdocstrings= {version = "*", extras = ["python"]}
twine = ">=1.11"

[pipenv]
allow_prereleases = true