]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - Pipfile
add version information
[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
11 [requires]
12 python_version = "3.11"