From 9be7fdd95f739f65790b4f60e998da50de08f355 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 11 Jan 2023 18:56:04 +1100 Subject: [PATCH] reconcile.helper: Avoid rt >= 3.0 library due to breaking changes Error relates to rt.Rt not existing. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b354fb1..08b6ea6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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