buku: fix 5.1.1 with withServer = true

This commit is contained in:
Youser Nayme
2026-04-26 00:43:26 +00:00
parent 14cb0e01d3
commit bfcd286f1d
+6
View File
@@ -8,9 +8,11 @@
let
serverRequire = with python3.pkgs; [
requests
flasgger
flask
flask-admin
flask-api
flask-babel
flask-bootstrap
flask-paginate
flask-wtf
@@ -49,6 +51,10 @@ buildPythonApplication (finalAttrs: {
flake8
pytest-cov-stub
pyyaml
]
++ lib.optionals withServer [
lxml
pytest-timeout
];
propagatedBuildInputs = [