Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Enable pip install editable mode with poetry (#85)
Browse files Browse the repository at this point in the history
* Use the latest from poetry to enable pip install editable mode

* add notes
  • Loading branch information
yubozhao committed Feb 11, 2022
1 parent 1b4f362 commit 6402df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ pytest = "^6"
pytest-cov = "^3"

[build-system]
requires = ["poetry-core>=1.0.0"]
# Use the latest poetry build system to enable the use of `pip install -e`. After this change is released, we can switch back to "poetry_core>=1.0.0"
requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6402df7

Please sign in to comment.