1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Add update check function and call from about

- Implement a update check against the GitHub releases via the api
- Add semantic-version dependency
- Add automatic check when opening about dialog
This commit is contained in:
2022-03-27 21:06:03 -05:00
parent c0be0aecbd
commit 86bf9b39d0
6 changed files with 99 additions and 60 deletions

View File

@@ -34,6 +34,7 @@ install_requires =
distro>=1.5.0
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
pywin32>=228; sys_platform == 'win32'
semantic-version>=2.0.0,<3.0.0
setup_requires =
sphinx>=3.0.0
polib>=1.1.0