summaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 2ba7864a3995eae36912018504605069e316b184 (plain)
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 = "==23.6.0"
pytest = "==7.4.2"
pytest-cov = "==4.1.0"
coverage = "==7.3.2"
black = "==23.9.1"
mypy = "==1.5.1"
tbump = "==6.11.0"
ruff = "==0.0.292"