blob: 5686b143374300575bf81333462b7d818279cc94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2023-05-09 16:38:29 UTC
+++ pyproject.toml
@@ -209,17 +209,6 @@ importlib_metadata = { version = ">=1.4", python = "<3
# This is the most recent version of Pydantic with available on common distros.
pydantic = ">=1.7.4"
-# This is for building the rust components during "poetry install", which
-# currently ignores the `build-system.requires` directive (c.f.
-# https://github.com/python-poetry/poetry/issues/6154). Both `pip install` and
-# `poetry build` do the right thing without this explicit dependency.
-#
-# This isn't really a dev-dependency, as `poetry install --no-dev` will fail,
-# but the alternative is to add it to the main list of deps where it isn't
-# needed.
-setuptools_rust = ">=1.3"
-
-
# Optional Dependencies
# ---------------------
matrix-synapse-ldap3 = { version = ">=0.1", optional = true }
|