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
, pytestCheckHook
, urllib3
, certifi
}:
buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
python-dateutil
pytz
urllib3
certifi
];
checkInputs = [ faker mock nose pytestCheckHook ];