feat: Added updater

Added updater window and option to check for new version and update via pip.
This commit is contained in:
Mr Finchum 2025-01-31 14:58:14 +00:00
parent 89c3fb3e68
commit fba31cf3e6
8 changed files with 473 additions and 5 deletions

View file

@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [{ name = "Mr Finchum" }]
description = "User interface for optima35."
requires-python = ">=3.8"
dependencies = ["optima35>=1.0.0, <2.0.0", "PyYAML"]
dependencies = ["optima35>=1.0.0, <2.0.0", "PyYAML", "PyPyUpdater"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",