Started creating http api for netbrite

This commit is contained in:
Jurn Wubben 2025-08-26 11:27:45 +02:00
parent fd19c95479
commit aca30088b0
5 changed files with 205 additions and 6 deletions

View file

@ -15,7 +15,7 @@
nativeBuildInputs = [
pkgs.entr
pkgs.fastapi-cli
(pkgs.python3.withPackages (x: [x.crc x.fastapi]))
(pkgs.python3.withPackages (x: [x.crc x.fastapi x.sqlmodel x.sqlalchemy]))
];
};
};