yfinance: fix build

This commit is contained in:
Vikram Narayanan 2021-11-24 19:23:59 -08:00
parent f5f9557cb4
commit 7402bc6c2e

@ -5,6 +5,7 @@
, numpy
, pandas
, requests
, lxml
}:
buildPythonPackage rec {
@ -23,6 +24,7 @@ buildPythonPackage rec {
numpy
pandas
requests
lxml
];
doCheck = false; # Tests require internet access