python3Packages.cloudflare: fix deps

This commit is contained in:
Jonathan Ringer 2022-02-11 10:40:41 -08:00 committed by Jonathan Ringer
parent f07923c543
commit 8cc13b64a1

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, attrs
, beautifulsoup4
, requests
, future
@ -18,6 +19,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
attrs
beautifulsoup4
requests
future