diff options
| author | herkulessi <git@herkulessi.de> | 2026-03-31 23:43:13 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-03-31 23:43:13 +0200 |
| commit | 9023f3fce9765abdb8d70eeb4a1d5ee1aa2daaa7 (patch) | |
| tree | dbfd71095fdbc56e770786be247065aed9890e8c /Pipfile | |
Bezahlommat 2.0 initial commit oder so
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +customtkinter = "*" +requests = "*" +pillow = "*" +qrcode = {extras = ["pil"], version = "*"} + +[dev-packages] + +[requires] +python_version = "3.11" |
