Change allow rapidfuzz update from 2.x.x to 3.x.x

This commit is contained in:
JackDandy 2023-04-22 11:25:02 +01:00
parent 468737fcae
commit 64ec74ed4c
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@
* Update SimpleJSON 3.18.1 (c891b95) to 3.19.1 (aeb63ee)
* Update Tornado Web Server 6.3.0 (7186b86) to 6.3.1 (419838b)
* Update urllib3 1.26.14 (a06c05c) to 1.26.15 (25cca389)
* Change allow rapidfuzz update from 2.x.x to 3.x.x
* Change remove redundant py2 import futures
* Change add jobs to centralise scheduler activities
* Change refactor scene_exceptions

View file

@ -11,6 +11,6 @@ orjson; 'Windows' == platform_system
orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine)
pip
Levenshtein
rapidfuzz < 3.0.0
rapidfuzz < 4.0.0
regex
setuptools