Add missing dependencies to setup.py

Julien LepillerMon Nov 11 10:54:12+0100 2019

65dafd5

Add missing dependencies to setup.py

setup.py

1414
    python_requires = '>=3',
1515
    install_requires=['polib', 'ruamel.yaml', 'python-dateutil', 'PyQt5', 'pygit2',
1616
        'python-gitlab', 'translation-finder', 'android-stringslib', 'watchdog',
17-
        'PyGithub'],
17+
        'PyGithub', 'lxml', 'pyenchant'],
1818
    entry_points={
1919
        'gui_scripts': [
2020
            'offlate=offlate.ui.main:main',