File: Pipfile

package info (click to toggle)
shellingham 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 460; sh: 6; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[packages]
shellingham = { path = '.', editable = true }

[dev-packages]
invoke = '*'
parver = '*'
pytest = '*'
pytest-mock = '*'
setl = '*'
towncrier = '*'
tox = '*'
tox-gh-actions = '*'

[scripts]
release = 'inv release'