Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/projen/projen
/ addDependency
Method
addDependency
src/python/python-deps.ts:15–15 ·
view source on GitHub ↗
* Adds a runtime dependency. * * @param spec Format ` @ `
(spec: string)
Source
from the content-addressed store, hash-verified
13
* @param spec Format `<module>@<semver>`
14
*/
15
addDependency(spec: string): void;
16
17
/**
18
* Adds a dev dependency.
Callers
15
deps.test.ts
File · 0.65
renovatebot.test.ts
File · 0.65
cleanup.test.ts
File · 0.65
uv.test.ts
File · 0.65
python-project.test.ts
File · 0.65
poetry.test.ts
File · 0.65
upgrade-dependencies.test.ts
File · 0.65
node-project.test.ts
File · 0.65
preSynthesize
Method · 0.65
java-project.test.ts
File · 0.65
pom.test.ts
File · 0.65
constructor
Method · 0.65
Implementers
3
Uv
src/python/uv.ts
Pip
src/python/pip.ts
Poetry
src/python/poetry.ts
Calls
no outgoing calls
Tested by
1
preSynthesize
Method · 0.52