]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - Pipfile
add tox config file
[user/henk/code/python/learn_python.git] / Pipfile
1 [[source]]
2 url = "https://pypi.org/simple"
3 verify_ssl = true
4 name = "pypi"
5
6 [packages]
7
8 [dev-packages]
9 pytest = "*"
10 tox = "*"
11
12 [requires]
13 python_version = "3.11"