Update dependencies

Julien LepillerFri Aug 23 14:45:22+0200 2019

327c1df

Update dependencies

guix-full.manifest

3030
   "python-pyqt"
3131
   "python-ruamel.yaml"
3232
   "python-sphinx"
33+
   "python-translation-finder"
3334
   "python-twine"
3435
   "qt"
3536
   "sed"

guix.manifest

1212
   "python-pyqt"
1313
   "python-ruamel.yaml"
1414
   "python-sphinx"
15+
   "python-translation-finder"
1516
   "python-twine"))

setup.py

1313
    packages=find_packages(exclude=['.guix-profile*']),
1414
    python_requires = '>=3',
1515
    install_requires=['polib', 'ruamel.yaml', 'python-dateutil', 'PyQt5', 'pygit2',
16-
        'python-gitlab'],
16+
        'python-gitlab', 'translation-finder'],
1717
    entry_points={
1818
        'gui_scripts': [
1919
            'offlate=offlate.window:main',