Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _pip_requirement
Function
_pip_requirement
setup.py:85–89 ·
view source on GitHub ↗
(req)
Source
from the content-addressed store, hash-verified
83
84
85
def
_pip_requirement(req):
86
if
req.startswith(
'-r '
):
87
_, path = req.split()
88
return
reqs(*path.split(
'/'
))
89
return
[req]
90
91
92
def
_reqs(*f):
Callers
1
_reqs
Function · 0.85
Calls
1
reqs
Function · 0.85
Tested by
no test coverage detected