summaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: a9e26616b150c408c414bb861927355cb5d782f8 (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.0"
pytest-cov = "==4.1.0"
coverage = "==7.2.7"
black = "==23.7.0"
pycodestyle = "==2.10.0"
mypy = "==1.4.1"
tbump = "==6.10.0"