Skip to content

Commit db335b8

Browse files
committed
add missing dependency
1 parent 3793a8b commit db335b8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,14 @@
99
author="The ARTFL Project",
1010
author_email="clovisgladstone@gmail.com",
1111
packages=["text_preprocessing", "text_preprocessing.lang"],
12-
install_requires=["unidecode", "PyStemmer", "spacy>=3.7,<3.8", "orjson", "requests", "lz4", "regex"],
12+
install_requires=[
13+
"unidecode",
14+
"PyStemmer",
15+
"spacy>=3.7,<3.8",
16+
"orjson",
17+
"requests",
18+
"lz4",
19+
"regex",
20+
"multiprocess",
21+
],
1322
)

0 commit comments

Comments
 (0)