List dependencies.

This commit is contained in:
Itamar Turner-Trauring 2021-11-30 13:39:42 -05:00
parent b01478659e
commit 1fc77504ae

View File

@ -10,6 +10,8 @@ buildPythonPackage rec {
doCheck = false;
propagatedBuildInputs = [ attrs hyperlink incremental Tubes Twisted typing_extensions Werkzeug zope.interface ];
meta = with lib; {
homepage = https://github.com/twisted/klein;
description = "Nicer web server for Twisted";