Unverified Commit e6518988 authored by ocfox's avatar ocfox
Browse files

python311Packages.starlette-wtf: fix build

parent 0dc18671
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
, python-multipart
, starlette
, wtforms
, httpx
, jinja2
, pytestCheckHook
}:

@@ -33,6 +35,8 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    httpx
    jinja2
  ];

  meta = with lib; {