Skip to content

Commit fc5303f

Browse files
authored
Merge pull request #863 from kraptor/add-missing-dependencies
Add missing dependencies to setup.py
2 parents 104ceab + 56bac53 commit fc5303f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
'toml',
4646
'zstandard',
4747
'importlib-metadata;python_version<"3.8"',
48+
'pyenchant',
49+
'python-magic'
4850
],
4951
tests_require=[
5052
'pytest',

0 commit comments

Comments
 (0)