File: Pipfile

package info (click to toggle)
python-click-shell 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: python: 623; makefile: 158; sh: 24
file content (15 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
click-shell = {editable = true,path = "."}

[dev-packages]
mypy = "*"
pycodestyle = "*"
pylint = "*"
pytest = "*"
pytest-click = "*"
pytest-cov = "*"