python3Packages.diff_cover: add missing dep, chardet

This commit is contained in:
Jonathan Ringer 2021-04-21 10:19:37 -07:00 committed by Jonathan Ringer
parent f7fc07717e
commit 55db7f0a6e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, chardet
, inflect , inflect
, jinja2 , jinja2
, jinja2_pluralize , jinja2_pluralize
@ -27,7 +28,7 @@ buildPythonPackage rec {
sha256 = "e80f7a4979b7a9d373903776588279ed2898f17729e608255c4119462c822edb"; sha256 = "e80f7a4979b7a9d373903776588279ed2898f17729e608255c4119462c822edb";
}; };
propagatedBuildInputs = [ jinja2 jinja2_pluralize pygments six inflect ]; propagatedBuildInputs = [ chardet jinja2 jinja2_pluralize pygments six inflect ];
checkInputs = [ mock coverage pytest nose pylint pyflakes pycodestyle ]; checkInputs = [ mock coverage pytest nose pylint pyflakes pycodestyle ];