]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/commitdiff
add rudimentary Pipfile generated by pipenv
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:27:41 +0000 (21:27 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 1 Aug 2023 19:27:41 +0000 (21:27 +0200)
Pipfile [new file with mode: 0644]

diff --git a/Pipfile b/Pipfile
new file mode 100644 (file)
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"