diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-11-16 19:06:06 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-11-16 19:06:06 +0100 |
commit | 560bfcdf821486a3a092d15fb4645b025f124a63 (patch) | |
tree | 30bfed7b8de35b387476ac4b03513f0f8149c3f9 | |
parent | 0c84af603894049dd8edd95da18d8990ab0516d1 (diff) | |
download | fuzzycat-560bfcdf821486a3a092d15fb4645b025f124a63.tar.gz fuzzycat-560bfcdf821486a3a092d15fb4645b025f124a63.zip |
setup: add thefuzz dependency
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,13 +33,14 @@ with open("README.md", "r") as fh: "fatcat-openapi-client>=0.4.0", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "glom", + "grobid_tei_xml==0.1.*", "jellyfish", "regex", "requests>=2", + "thefuzz", "toml", "unidecode>=0.10", "zstandard", - "grobid_tei_xml==0.1.*", ], extras_require={"dev": [ "ipython", |