Reapply "Fix incorrect case of recommended RapidFuzz."

This reverts commit c5420916ad.
This commit is contained in:
JackDandy 2025-01-21 11:58:22 +00:00
parent ebe6e26673
commit f8512cccfc
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
* Change add typing-extensions 4.12.2 (8184ac6) for BSoup
* Change chardet to permit Requests import
* Remove notifier Boxcar2
* Change incorrect case of recommended RapidFuzz
### 3.33.2 (2025-01-21 11:50:00 UTC)

View file

@ -11,6 +11,6 @@ lxml != 5.2.0, != 5.2.1; 'Windows' != platform_system
orjson; 'Windows' == platform_system
orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine)
pip
rapidfuzz < 4.0.0
RapidFuzz < 4.0.0
regex
setuptools