Update dependencies
guix-full.manifest
30 | 30 | "python-pyqt" | |
31 | 31 | "python-ruamel.yaml" | |
32 | 32 | "python-sphinx" | |
33 | + | "python-translation-finder" | |
33 | 34 | "python-twine" | |
34 | 35 | "qt" | |
35 | 36 | "sed" |
guix.manifest
12 | 12 | "python-pyqt" | |
13 | 13 | "python-ruamel.yaml" | |
14 | 14 | "python-sphinx" | |
15 | + | "python-translation-finder" | |
15 | 16 | "python-twine")) |
setup.py
13 | 13 | packages=find_packages(exclude=['.guix-profile*']), | |
14 | 14 | python_requires = '>=3', | |
15 | 15 | install_requires=['polib', 'ruamel.yaml', 'python-dateutil', 'PyQt5', 'pygit2', | |
16 | - | 'python-gitlab'], | |
16 | + | 'python-gitlab', 'translation-finder'], | |
17 | 17 | entry_points={ | |
18 | 18 | 'gui_scripts': [ | |
19 | 19 | 'offlate=offlate.window:main', |