Fix import of create_blank_page

This commit is contained in:
Selene Corbineau 2026-06-21 11:20:44 +02:00
parent 03dbe317c5
commit e3e84692e3
2 changed files with 5 additions and 3 deletions

View file

@ -6,6 +6,7 @@ pkgs.mkShell {
packages = [
(pkgs.python3.withPackages (pythonPackages: with python3Packages; [
pypdf
numpy
]))
];
}