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

Poetry: initial pyproject.toml and poetry.lock #12381

Merged
merged 8 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ _trial_temp*/
.DS_Store
__pycache__/

# We do want the poetry lockfile. TODO: is there a good reason for ignoring
# '*.lock' above? If not, let's nuke it.
!poetry.lock

# stuff that is likely to exist when you run a server locally
/*.db
/*.log
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12381.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use `poetry` to manage Synapse's dependencies.
DMRobertson marked this conversation as resolved.
Show resolved Hide resolved
Loading