reconcile.helper: Avoid rt >= 3.0 library due to breaking changes
Error relates to rt.Rt not existing.
This commit is contained in:
parent
c0f83dfda8
commit
9be7fdd95f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ install_requires =
|
||||||
python-dateutil>=2.7
|
python-dateutil>=2.7
|
||||||
PyYAML>=3.0
|
PyYAML>=3.0
|
||||||
regex
|
regex
|
||||||
rt>=2.0
|
rt>=2.0,<3.0
|
||||||
thefuzz
|
thefuzz
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
|
|
Loading…
Reference in a new issue