1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
9 sha256 = "sha256-a4VdbZY8pYxrXIaUHJpnLuTB928tJn4UCdnt+m8UBug=";
12 propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];
15 homepage = "https://github.com/komuw/sewer";
16 description = "ACME client";
17 license = licenses.mit;
18 maintainers = with maintainers; [ kevincox ];