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

Commit

Permalink
Revert "Revert "Allow poetry-core 1.5.0 (#14949)""
Browse files Browse the repository at this point in the history
does this break it?

This reverts commit 50936db.
  • Loading branch information
David Robertson committed Feb 7, 2023
1 parent 99bc8cd commit 2629f7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ exclude = [
{ path = "synapse/*.so", format = "sdist"}
]

build = "build_rust.py"
[tool.poetry.build]
script = "build_rust.py"
generate-setup-file = true

[tool.poetry.scripts]
synapse_homeserver = "synapse.app.homeserver:main"
Expand Down Expand Up @@ -350,7 +352,7 @@ towncrier = ">=18.6.0rc1"
# system changes.
# We are happy to raise these upper bounds upon request,
# provided we check that it's safe to do so (i.e. that CI passes).
requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"]
requires = ["poetry-core>=1.0.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"]
build-backend = "poetry.core.masonry.api"


Expand Down

0 comments on commit 2629f7f

Please sign in to comment.