mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
parent
5d0d5f7cd2
commit
19e74e91c6
3
setup.py
3
setup.py
@ -50,5 +50,8 @@ setup(
|
||||
# turn, it depends on libmecab-dev being installed on the system. It's not
|
||||
# listed under 'install_requires' because wordfreq should be usable in
|
||||
# other languages without it.
|
||||
extras_require={
|
||||
'mecab': 'mecab-python3'
|
||||
},
|
||||
tests_require=['mecab-python3'],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user