Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/alignment-handbook
/ deps_list
Function
deps_list
setup.py:83–84 ·
view source on GitHub ↗
(*pkgs)
Source
from the content-addressed store, hash-verified
81
82
83
def
deps_list(*pkgs):
84
return
[deps[pkg]
for
pkg in pkgs]
85
86
87
extras = {}
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected