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

[packages]

[dev-packages]
pytest = "*"

[requires]
python_version = "3.11"