mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-24 01:41:39 +00:00
fix dependency
This commit is contained in:
parent
a5f6113824
commit
a46f1af4b8
@ -9,7 +9,7 @@ setup(
|
||||
platforms=["any"],
|
||||
description="Turns raw data into word frequency lists",
|
||||
packages=['wordfreq_builder'],
|
||||
install_requires=['msgpack'],
|
||||
install_requires=['msgpack-python'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'wordfreq-pretokenize-twitter = wordfreq_builder.cli.pretokenize_twitter:main',
|
||||
|
Loading…
Reference in New Issue
Block a user