1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-08 09:49:51 +00:00
dupeguru/requirements.txt
Andrew Senetar dd32298809
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-25 23:15:30 -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