Add missing dependencies to setup.py
setup.py
14 | 14 | python_requires = '>=3', | |
15 | 15 | install_requires=['polib', 'ruamel.yaml', 'python-dateutil', 'PyQt5', 'pygit2', | |
16 | 16 | 'python-gitlab', 'translation-finder', 'android-stringslib', 'watchdog', | |
17 | - | 'PyGithub'], | |
17 | + | 'PyGithub', 'lxml', 'pyenchant'], | |
18 | 18 | entry_points={ | |
19 | 19 | 'gui_scripts': [ | |
20 | 20 | 'offlate=offlate.ui.main:main', |