python3.pkgs.aistudio-sdk: explain better implicit dependencies

This commit is contained in:
Doron Behar
2026-01-05 11:51:32 +02:00
parent a8012543cd
commit e9f2651433
@@ -3,11 +3,11 @@
buildPythonPackage,
fetchPypi,
bce-python-sdk,
click,
prettytable,
psutil,
requests,
tqdm,
psutil,
click,
prettytable,
}:
let
@@ -30,11 +30,13 @@ buildPythonPackage {
dependencies = [
bce-python-sdk
click
prettytable
psutil
requests
tqdm
# Implicit dependency for file_download.py
psutil
# `aistudio` binary dependencies
click
prettytable
];
pythonImportsCheck = [ "aistudio_sdk" ];