Merge pull request #231916 from fabaff/yfinance-fix

python310Packages.yfinance: add missing input html5lib
This commit is contained in:
Fabian Affolter 2023-05-15 08:56:34 +02:00 committed by GitHub
commit 732581f71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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