Fix import of create_blank_page
This commit is contained in:
parent
03dbe317c5
commit
e3e84692e3
2 changed files with 5 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ pkgs.mkShell {
|
|||
packages = [
|
||||
(pkgs.python3.withPackages (pythonPackages: with python3Packages; [
|
||||
pypdf
|
||||
numpy
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue