fix
This commit is contained in:
parent
4d1c3b848d
commit
5ea5fbba3d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ let
|
||||||
name = "wanikani-stats-flask";
|
name = "wanikani-stats-flask";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
(python.withPackages (
|
(python.withPackages (
|
||||||
ppkgs: with python.pkgs; [
|
ppkgs: with ppkgs; [
|
||||||
flask
|
flask
|
||||||
pandas
|
pandas
|
||||||
numpy
|
numpy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue