Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7ec9b06

Browse files
David Robertsonrichvdhbabolivier
authored
Poetry: initial pyproject.toml and poetry.lock (#12381)
Co-authored-by: Richard van der Hoff <[email protected]> Co-authored-by: Brendan Abolivier <[email protected]>
1 parent fd1e7d0 commit 7ec9b06

File tree

4 files changed

+3062
-0
lines changed

4 files changed

+3062
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ _trial_temp*/
1515
.DS_Store
1616
__pycache__/
1717

18+
# We do want the poetry lockfile. TODO: is there a good reason for ignoring
19+
# '*.lock' above? If not, let's nuke it.
20+
!poetry.lock
21+
1822
# stuff that is likely to exist when you run a server locally
1923
/*.db
2024
/*.log

changelog.d/12381.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lay groundwork for using `poetry` to manage Synapse's dependencies.

0 commit comments

Comments
 (0)