1 { lib, buildPythonPackage, fetchPypi, flask }:
3 buildPythonPackage rec {
4 pname = "flask-swagger-ui";
9 sha256 = "f329752a65b2940ada8eeb57bce613f7c0a12856a9c31063bb9e33798554c9ed";
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 ];