question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to depend on local dependencies?

See original GitHub issue

If I prefer to include my vendored dependencies directly in my repository, is there a way for me to specify them as a dependency?

e.g., if I have vendor/foo, it seems it’d be nice if I could specify a dependency like

[tool.poetry.dependencies]
foo-package = {path = "vendor/foo"}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

36reactions
gordonhartcommented, Jun 14, 2021

Updated docs link for anybody still landing on this page: https://python-poetry.org/docs/dependency-specification#path-dependencies

21reactions
sdispatercommented, Feb 8, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Local dependency in package.json - Stack Overflow
Put somelocallib as dependency in your package.json as normal: ... Provide the path to the local directory that contains the package.
Read more >
How to use local Node packages as project dependencies
How to use local Node packages as project dependencies · Install yalc. Install yalc · Publish a package to your local yalc store....
Read more >
How can I add a local dependency in a package? - Unity Forum
Currently, the only solution is to use a scoped registry (openupm.com or a self-hosted one like Verdaccio) or overriding all your indirect  ......
Read more >
install-local-dependencies - npm
Start using install-local-dependencies in your project by running `npm i install-local-dependencies`. There are no other projects in the npm ...
Read more >
npm install supports local packages and dependencies
And ideally, you want to test your new code from within a project that uses your soon to be released project as a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found