mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Change allow rapidfuzz update from 2.x.x to 3.x.x
This commit is contained in:
parent
468737fcae
commit
64ec74ed4c
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue