Skip to content

Why can't I install a default dependency in editable mode? #1479

Answered by frostming
cheog asked this question in Q&A
Discussion options

You must be logged in to vote

Just duplicate the requirement in dev-dependencies:

[project]
dependencies = ["core_package==1.0"]  # the versioned requirement

[tool.pdm.dev-dependencies]
dev = [
    "-e file:///${PROJECT_ROOT}/../core_package#egg=core_package"
]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by frostming
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants