Commit 144f9b69 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.asgineer: add pythonImportsCheck

parent eaea9be9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ buildPythonPackage rec {
    requests
  ];

  pythonImportsCheck = [ "asgineer" ];

  meta = with lib; {
    description = "Really thin ASGI web framework";
    homepage = "https://asgineer.readthedocs.io";