MCPcopy 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.tsFile · 0.65
cleanup.test.tsFile · 0.65
uv.test.tsFile · 0.65
poetry.test.tsFile · 0.65
preSynthesizeMethod · 0.65
pom.test.tsFile · 0.65
constructorMethod · 0.65

Implementers 3

Uvsrc/python/uv.ts
Pipsrc/python/pip.ts
Poetrysrc/python/poetry.ts

Calls

no outgoing calls

Tested by 1

preSynthesizeMethod · 0.52