diff options
author | Martin Czygan <martin@archive.org> | 2021-11-16 19:06:26 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2021-11-16 19:06:26 +0000 |
commit | 24dcddc4e4cff744e7c0a964856329d2ac69601d (patch) | |
tree | ad8650892805e55ec4a6958f9e1539eb675332b8 /setup.py | |
parent | 282f315c6ba3643c8c614220ab2f7e1d55de3658 (diff) | |
parent | 409392d66c3a6debe5bc69c0e2308209ac74ee35 (diff) | |
download | fuzzycat-24dcddc4e4cff744e7c0a964856329d2ac69601d.tar.gz fuzzycat-24dcddc4e4cff744e7c0a964856329d2ac69601d.zip |
Merge branch 'martin-matcher-class' into 'master'
turn "match_release_fuzzy" into a class
See merge request webgroup/fuzzycat!10
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,13 +33,15 @@ 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", + "pyyaml", "regex", "requests>=2", + "thefuzz", "toml", "unidecode>=0.10", "zstandard", - "grobid_tei_xml==0.1.*", ], extras_require={"dev": [ "ipython", |