Commit 67a463c4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.audio-metadata: add pendulum

parent 2c9b61c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  fetchFromGitHub,
  fetchpatch,
  more-itertools,
  pendulum,
  poetry-core,
  pprintpp,
  pythonOlder,
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "attrs"
    "more-itertools"
    "pendulum"
  ];

  build-system = [ poetry-core ];
@@ -48,6 +50,7 @@ buildPythonPackage rec {
    bidict
    bitstruct
    more-itertools
    pendulum
    pprintpp
    tbm-utils
  ];