summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 35258861626587a0fe28dbcee12960e8c4aed72d (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 = "*"
tox = "*"

[requires]
python_version = "3.11"