Commit 1c68b1bb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.binsync: add wordfreq

parent 2d2f5f1f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"
  ];