python3Packages.minio: add certifi

This commit is contained in:
Thomas Bereknyei 2021-04-04 14:25:57 -04:00
parent 7d0ba0850f
commit a528b5b7e9

View File

@ -8,6 +8,7 @@
, pytz , pytz
, pytestCheckHook , pytestCheckHook
, urllib3 , urllib3
, certifi
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
python-dateutil python-dateutil
pytz pytz
urllib3 urllib3
certifi
]; ];
checkInputs = [ faker mock nose pytestCheckHook ]; checkInputs = [ faker mock nose pytestCheckHook ];