We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca026a commit 96db84aCopy full SHA for 96db84a
src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py
@@ -1,6 +1,6 @@
1
# Pyinstaller hook to successfully freeze: https://pyinstaller.readthedocs.io/en/stable/hooks.html
2
hiddenimports = [
3
- "array.array",
+ "array",
4
"rapidfuzz.fuzz_py",
5
"rapidfuzz.fuzz_cpp",
6
"rapidfuzz.utils_py",
0 commit comments