Commit 09ad5a04 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.fastprogress: fix build with missing deps

parent d9c8b1de
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
  setuptools,
  fastcore,
  numpy,
  fasthtml,
  ipython,
}:

buildPythonPackage rec {
@@ -22,6 +24,8 @@ buildPythonPackage rec {
  dependencies = [
    fastcore
    numpy
    fasthtml
    ipython
  ];

  # no real tests