reconcile.helper: Avoid rt >= 3.0 library due to breaking changes

Error relates to rt.Rt not existing.
This commit is contained in:
Ben Sturmfels 2023-01-11 18:56:04 +11:00
parent c0f83dfda8
commit 9be7fdd95f
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -39,7 +39,7 @@ install_requires =
python-dateutil>=2.7
PyYAML>=3.0
regex
rt>=2.0
rt>=2.0,<3.0
thefuzz
packages = find:
python_requires = >=3.6