Skip to content

How to specify local (preferably editable) path in dependencies #225

Answered by ofek
Godsmith asked this question in Q&A
Discussion options

You must be logged in to vote

Dependency definitions have no concept of editable installations so your only option is to use commands to invoke pip directly, like we do for Hatchling here or using relative file:./ syntax.

If you want to define non-editable local project dependencies you can set allow-direct-references.

Replies: 1 comment 2 replies

Comment options

ofek
May 12, 2022
Maintainer Sponsor

You must be logged in to vote
2 replies
@Newbytee
Comment options

@return42
Comment options

Answer selected by Godsmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants