diff options
author | reivilibre <oliverw@matrix.org> | 2023-02-13 18:15:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 18:15:38 +0000 |
commit | c0bf4c3cb43abb90945591f5c3edb6ac45be2afd (patch) | |
tree | 406c00b2f7d45b1dc2051a9c7bf768f0baf184d2 /pyproject.toml | |
parent | Tweak comment on `_is_local_room_accessible` as part of room visibility in `/... (diff) | |
download | synapse-c0bf4c3cb43abb90945591f5c3edb6ac45be2afd.tar.xz |
Add check to ensure locked dependencies have source distributions available. (#14742)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 21621510c8..880f2d3bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -346,6 +346,9 @@ twine = "*" # Towncrier min version comes from #3425. Rationale unclear. towncrier = ">=18.6.0rc1" +# Used for checking the Poetry lockfile +tomli = ">=1.2.3" + [build-system] # The upper bounds here are defensive, intended to prevent situations like # #13849 and #14079 where we see buildtime or runtime errors caused by build |