* remove duplicated PyMuPDF entry and change packages order for easier comparison with requirements.txt
* update packages versions to be synced to each other (requirements.txt vs install_requires in setuptools.setup()
* add missing pyinstaller package which is required to build exe/app
* clarify minimums
* fix typo
* remove pyinstaller
Remove pyinstaller from the requirements.
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* set tabulation order for KCC fields
- loop through fields in more organized order including fields which visibility depends on some checkboxes state
* don't change rc
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>
* set tabulation order for metadata editor fields
- loop through fields in from top to down order
* don't change rc
---------
Co-authored-by: Alex Xu <alexkurosakimh3@gmail.com>