music utils

This commit is contained in:
Sandro Jäckel 2021-01-06 21:52:28 +01:00
parent 8962aaba30
commit e83b75d465
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, audio-metadata
, multidict
, wrapt
, poetry
, pytestCheckHook
}:
@ -28,7 +27,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry ];
propagatedBuildInputs = [ audio-metadata multidict /*wrapt*/ ];
propagatedBuildInputs = [ audio-metadata multidict ];
checkInputs = [ pytestCheckHook ];