Commit e9f26514 authored by Doron Behar's avatar Doron Behar
Browse files

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

parent a8012543
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -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" ];