Started creating http api for netbrite
This commit is contained in:
parent
fd19c95479
commit
aca30088b0
5 changed files with 205 additions and 6 deletions
|
@ -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]))
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue