From e6268f3dd5a762d3e6b6abf1327f6046d321875c Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 7 Jul 2020 11:13:45 -0400 Subject: [PATCH] Add additional dependencies. --- nix/tahoe-lafs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index cc0eea479..3b54519f1 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -4,7 +4,7 @@ , setuptools, setuptoolsTrial, pyasn1, zope_interface , service-identity, pyyaml, magic-wormhole, treq, appdirs , beautifulsoup4, eliot, autobahn, cryptography -, html5lib +, html5lib, future }: python.pkgs.buildPythonPackage rec { version = "1.14.0.dev";