python310Packages.yfinance: add missing input html5lib

This commit is contained in:
Fabian Affolter 2023-05-14 23:10:04 +02:00
parent 1334fbace9
commit b53cb86144

View File

@ -5,6 +5,7 @@
, cryptography
, fetchFromGitHub
, frozendict
, html5lib
, multitasking
, numpy
, pandas
@ -32,6 +33,7 @@ buildPythonPackage rec {
beautifulsoup4
cryptography
frozendict
html5lib
multitasking
numpy
pandas