9 buildPythonPackage rec {
12 format = "setuptools";
17 sha256 = "0dc24ynqjraqwgvyk0g9bj87zgpq4xnssl24hnsn7l5vlkmk8198";
20 propagatedBuildInputs = [
30 # incompatible with sanic>=22.3.0
35 # Support for httpx>=0.20.0
36 substituteInPlace tests/test_auth.py \
37 --replace "allow_redirects=False" "follow_redirects=False"
40 pythonImportsCheck = [
45 description = "Simple Authentication for Sanic";
46 homepage = "https://github.com/pyx/sanic-auth/";
47 license = licenses.bsdOriginal;
48 maintainers = with maintainers; [ arnoldfarkas ];