File: Pipfile

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

[packages]

[dev-packages]
towncrier = "==24.8.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
coverage = "==7.6.1"
black = {version = "==24.10.0", markers="python_version >= '3.12'"}
mypy = "==1.11.2"
tbump = "==6.11.0"
ruff = "==0.6.9"