1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-10 02:39:49 +00:00
dupeguru/requirements.txt
Andrew Senetar e4a142fe60
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
2022-03-20 01:01:38 -05:00

8 lines
188 B
Plaintext

Send2Trash>=1.3.0
sphinx>=3.0.0
polib>=1.1.0
mutagen>=1.44.0
distro>=1.5.0
PyQt5 >=5.14.1,<6.0; sys_platform != 'linux'
pywin32>=228; sys_platform == 'win32'
semantic-version>=2.9.0,<3.0.0