diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-02 15:20:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 13:20:03 +0000 |
commit | 4fee4a339d3bb1a90487a86ccbcca50a36b0ea74 (patch) | |
tree | 45ed05cbab8df78f2400d5912e73b3bc93454141 /docs/development/contributing_guide.md | |
parent | Only run trial CI on all python versions on non-PRs (#13698) (diff) | |
download | synapse-4fee4a339d3bb1a90487a86ccbcca50a36b0ea74.tar.xz |
Update lock file for Poetry v1.2.0 (#13689)
Diffstat (limited to 'docs/development/contributing_guide.md')
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index ab320cbd78..4e1df51164 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -62,6 +62,8 @@ pipx install poetry but see poetry's [installation instructions](https://python-poetry.org/docs/#installation) for other installation methods. +Synapse requires Poetry version 1.2.0 or later. + Next, open a terminal and install dependencies as follows: ```sh |