python313Packages.asgineer: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2025-03-07 23:54:11 +01:00
parent eaea9be9d2
commit 144f9b6962
@@ -26,6 +26,8 @@ buildPythonPackage rec {
requests
];
pythonImportsCheck = [ "asgineer" ];
meta = with lib; {
description = "Really thin ASGI web framework";
homepage = "https://asgineer.readthedocs.io";