Skip to content

Commit

Permalink
add editdistance package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliang-Liu authored Apr 10, 2022
1 parent 85c3158 commit c0b2092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ def get_extensions():
"rapidfuzz",
"Polygon3",
"shapely",
"scikit-image"
"scikit-image",
"editdistance"
],
extras_require={"all": ["psutil"]},
ext_modules=get_extensions(),
Expand Down

0 comments on commit c0b2092

Please sign in to comment.