10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-4CzevO7xgo8Hb1JHe/eGEtq/KCrJM0hV/7SRV2wmux8=";
20 nativeBuildInputs = [ poetry-core ];
22 propagatedBuildInputs = [
27 # running the real tests would require sqlalchemy 1.4 and starsessions 1.x
29 pythonImportsCheck = [ "imia" ];
32 description = "Authentication library for Starlette and FastAPI";
33 changelog = "https://github.com/alex-oleshkevich/imia/releases/tag/v${version}";
34 homepage = "https://github.com/alex-oleshkevich/imia";
35 license = licenses.mit;
36 maintainers = teams.wdz.members;