13 buildPythonPackage rec {
14 pname = "aiomodernforms";
16 format = "setuptools";
18 src = fetchFromGitHub {
20 repo = "aiomodernforms";
22 hash = "sha256-Vx51WBjjNPIfLlwMnAuwHnGNljhnjKkU0tWB9M9rjsw=";
25 propagatedBuildInputs = [
38 # https://github.com/wonderslug/aiomodernforms/issues/273
39 "test_connection_error"
43 pythonImportsCheck = [ "aiomodernforms" ];
46 description = "Asynchronous Python client for Modern Forms fans";
47 homepage = "https://github.com/wonderslug/aiomodernforms";
48 license = licenses.mit;
49 maintainers = with maintainers; [ dotlambda ];