Skip to content

Commit 96db84a

Browse files
committed
fix dependency name
1 parent dca026a commit 96db84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pyinstaller hook to successfully freeze: https://pyinstaller.readthedocs.io/en/stable/hooks.html
22
hiddenimports = [
3-
"array.array",
3+
"array",
44
"rapidfuzz.fuzz_py",
55
"rapidfuzz.fuzz_cpp",
66
"rapidfuzz.utils_py",

0 commit comments

Comments
 (0)