12 buildPythonPackage rec {
13 pname = "aiomodernforms";
16 src = fetchFromGitHub {
18 repo = "aiomodernforms";
20 hash = "sha256-Vx51WBjjNPIfLlwMnAuwHnGNljhnjKkU0tWB9M9rjsw=";
23 propagatedBuildInputs = [
35 pythonImportsCheck = [ "aiomodernforms" ];
38 description = "Asynchronous Python client for Modern Forms fans";
39 homepage = "https://github.com/wonderslug/aiomodernforms";
40 license = licenses.mit;
41 maintainers = with maintainers; [ dotlambda ];