python311Packages.todoist-api-python: remove attrs

This commit is contained in:
Fabian Affolter
2023-08-11 10:08:25 +02:00
committed by GitHub
parent a57f123ca5
commit 8bf43a151f
@@ -1,5 +1,4 @@
{ lib
, attrs
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
@@ -39,7 +38,6 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
attrs
requests
];