reconcile: Add dependency "thefuzz" for fuzzy match of payee text.

This commit is contained in:
Ben Sturmfels 2022-02-04 18:45:14 +11:00
parent ed0bc469ce
commit 088713060a
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -40,6 +40,7 @@ install_requires =
PyYAML>=3.0
regex
rt>=2.0
thefuzz
packages = find:
python_requires = >=3.6