extra dependencies

This commit is contained in:
Jean-Paul Calderone 2019-12-10 15:29:11 -05:00
parent 878d9563d3
commit f11c2e6b55

View File

@ -3,6 +3,7 @@
, setuptools, setuptoolsTrial, pyasn1, zope_interface
, service-identity, pyyaml, magic-wormhole, treq, appdirs
, beautifulsoup4, eliot, autobahn, cryptography
, html5lib
}:
python.pkgs.buildPythonPackage rec {
version = "1.14.0.dev";
@ -26,13 +27,15 @@ python.pkgs.buildPythonPackage rec {
twisted foolscap nevow zfec appdirs
setuptoolsTrial pyasn1 zope_interface
service-identity pyyaml magic-wormhole treq
beautifulsoup4 eliot autobahn cryptography setuptools
eliot autobahn cryptography setuptools
];
checkInputs = with python.pkgs; [
hypothesis
testtools
fixtures
beautifulsoup4
html5lib
];
checkPhase = ''