From 2d20a7e24bd85bd8a22262062b307a58f6d585c5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 May 2022 10:59:05 -0600 Subject: Switch to a Rust implementation of cryptographic primitives (#294) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b3f9e6b..d0f8243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=40.8.0", "wheel", - "cffi>=1.1; python_implementation != 'PyPy'", + "setuptools-rust", ] # Point to the setuptools' PEP517 build backend explicitly to # disable Pip's fallback guessing -- cgit v1.2.1