Skip to content

Commit

Permalink
State limitation of Poetry Core
Browse files Browse the repository at this point in the history
Closes #8965
  • Loading branch information
bersbersbers authored Feb 14, 2024
1 parent f49f3ee commit 7901c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ poetry add --editable ./my-package/
poetry add --editable git+ssh://github.com/sdispater/pendulum.git#develop
```

Alternatively, you can specify it in the `pyproject.toml` file. It means that changes in the local directory will be reflected directly in environment.
Alternatively, you can specify it in the `pyproject.toml` file. It means that changes in the local directory will be reflected directly in environment. (This is not supported by Poetry Core.)

```toml
[tool.poetry.dependencies]
Expand Down

0 comments on commit 7901c0d

Please sign in to comment.