python310Packages.yfinance: add missing inputs

This commit is contained in:
Fabian Affolter
2023-01-21 14:40:29 +01:00
parent 68403fe04f
commit f7925e709d
@@ -1,8 +1,10 @@
{ lib
, appdirs
, beautifulsoup4
, buildPythonPackage
, cryptography
, fetchFromGitHub
, frozendict
, multitasking
, numpy
, pandas
@@ -27,7 +29,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [
appdirs
beautifulsoup4
cryptography
frozendict
multitasking
numpy
pandas