diff options
author | David Robertson <davidr@element.io> | 2022-04-05 18:40:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 18:40:56 +0100 |
commit | 7ec9b06303e0f78ef4a82d804798a3826ddffca2 (patch) | |
tree | d03709d207f6275046a98735d18dc0d5e28ebaa2 /changelog.d | |
parent | Post 1.56.0 release tidy up (#12379) (diff) | |
download | synapse-7ec9b06303e0f78ef4a82d804798a3826ddffca2.tar.xz |
Poetry: initial pyproject.toml and poetry.lock (#12381)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12381.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12381.misc b/changelog.d/12381.misc new file mode 100644 index 0000000000..a1d8d60ebb --- /dev/null +++ b/changelog.d/12381.misc @@ -0,0 +1 @@ +Lay groundwork for using `poetry` to manage Synapse's dependencies. \ No newline at end of file |