python3Packages.cloudflare: fix deps

This commit is contained in:
Jonathan Ringer
2022-02-11 17:30:18 -08:00
committed by Jonathan Ringer
parent f07923c543
commit 8cc13b64a1
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, attrs
, beautifulsoup4
, requests
, future
@@ -18,6 +19,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
attrs
beautifulsoup4
requests
future