python313Packages.binsync: add wordfreq

This commit is contained in:
Fabian Affolter
2025-09-27 16:25:55 +02:00
parent 2d2f5f1f31
commit 1c68b1bbed
@@ -14,6 +14,7 @@
sortedcontainers,
toml,
tqdm,
wordfreq,
}:
buildPythonPackage rec {
@@ -39,6 +40,7 @@ buildPythonPackage rec {
sortedcontainers
toml
tqdm
wordfreq
];
optional-dependencies = {
@@ -52,7 +54,7 @@ buildPythonPackage rec {
];
disabledTestPaths = [
# Test tries to import angrmanagement
# Test tries to import angr-management
"tests/test_angr_gui.py"
];