changed the environment to pipenv

This commit is contained in:
2026-02-15 18:33:09 +01:00
parent 6256ba597e
commit 45a1f34c00
4 changed files with 69 additions and 2 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
wxpython = ">=4.2.1"
[dev-packages]
[requires]
python_version = "3.13"
python_full_version = "3.13.0"