Initial commit

This commit is contained in:
2024-10-02 19:38:18 -03:00
commit f1ee92a87b
9 changed files with 382 additions and 0 deletions

15
Pipfile Normal file
View File

@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
QtPy = "2.4.*"
PyQt6 = "6.7.*"
requests = "2.32.*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.9"