Unverified Commit bfcd286f authored by Youser Nayme's avatar Youser Nayme
Browse files

buku: fix 5.1.1 with `withServer = true`

parent 14cb0e01
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [