summaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: b65ea42cc8f39a472a5a53d7b1197d4034b3d1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]
pytest = "*"
vermin = "*"

[requires]
python_version = "3.10"