This commit is contained in:
Osman Faruk Bayram 2025-11-07 08:47:23 +03:00
parent 4d1c3b848d
commit 5ea5fbba3d

View file

@ -31,7 +31,7 @@ let
name = "wanikani-stats-flask";
runtimeInputs = [
(python.withPackages (
ppkgs: with python.pkgs; [
ppkgs: with ppkgs; [
flask
pandas
numpy