python310Packages.yfinance: add missing inputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user