music utils

This commit is contained in:
Sandro Jäckel
2021-01-06 23:59:34 +01:00
parent 8962aaba30
commit e83b75d465
@@ -3,7 +3,6 @@
, fetchFromGitHub , fetchFromGitHub
, audio-metadata , audio-metadata
, multidict , multidict
, wrapt
, poetry , poetry
, pytestCheckHook , pytestCheckHook
}: }:
@@ -28,7 +27,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry ]; nativeBuildInputs = [ poetry ];
propagatedBuildInputs = [ audio-metadata multidict /*wrapt*/ ]; propagatedBuildInputs = [ audio-metadata multidict ];
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];