X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=Pipfile;fp=Pipfile;h=0757494bb360a3a87f122f43d490716830b47915;hb=247d927f49a8ba6e17e06acba117256ad73d41e9;hp=0000000000000000000000000000000000000000;hpb=bb05fcc70d50d3920935e97172aa8478c395c6ef;p=user%2Fhenk%2Fcode%2Fpython%2Flearn_python.git diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..0757494 --- /dev/null +++ b/Pipfile @@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.11"