Skip to content

Commit

Permalink
Merge pull request #863 from kraptor/add-missing-dependencies
Browse files Browse the repository at this point in the history
Add missing dependencies to setup.py
  • Loading branch information
marxin authored May 11, 2022
2 parents 104ceab + 56bac53 commit fc5303f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
'toml',
'zstandard',
'importlib-metadata;python_version<"3.8"',
'pyenchant',
'python-magic'
],
tests_require=[
'pytest',
Expand Down

0 comments on commit fc5303f

Please sign in to comment.