1 { lib, buildPythonPackage, fetchPypi, flask }:
3 buildPythonPackage rec {
4 pname = "flask-swagger-ui";
9 sha256 = "sha256-o3AZmngNZ4sy448b4Q1Nge+g7mPp/i+3Zv8aS2w32sg=";
12 doCheck = false; # there are no tests
14 propagatedBuildInputs = [
19 homepage = "https://github.com/sveint/flask-swagger-ui";
20 license = licenses.mit;
21 description = "Swagger UI blueprint for Flask";
22 maintainers = with maintainers; [ vanschelven ];