11 buildPythonPackage rec {
19 hash = "sha256-KAU066S70GO1hURQrW0n+L5/kFzpgen341hlia0ngjU=";
22 build-system = [ setuptools ];
24 dependencies = [ sanic ];
32 # incompatible with sanic>=22.3.0
37 # Support for httpx>=0.20.0
38 substituteInPlace tests/test_auth.py \
39 --replace-fail "allow_redirects=False" "follow_redirects=False"
42 pythonImportsCheck = [ "sanic_auth" ];
45 description = "Simple Authentication for Sanic";
46 homepage = "https://github.com/pyx/sanic-auth/";
47 license = licenses.bsdOriginal;
48 maintainers = with maintainers; [ arnoldfarkas ];