summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-05-01 10:59:05 -0600
committerGitHub <noreply@github.com>2022-05-01 10:59:05 -0600
commit2d20a7e24bd85bd8a22262062b307a58f6d585c5 (patch)
tree62e7f3ec8e4d4e8c8d58531e7938e1891d0f1982 /pyproject.toml
parent1e0e8a91cd5c441865f6c474a5b85ba07c566b91 (diff)
downloadpy-bcrypt-git-2d20a7e24bd85bd8a22262062b307a58f6d585c5.tar.gz
Switch to a Rust implementation of cryptographic primitives (#294)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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