summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
parent1e0e8a91cd5c441865f6c474a5b85ba07c566b91 (diff)
downloadpy-bcrypt-git-2d20a7e24bd85bd8a22262062b307a58f6d585c5.tar.gz
Switch to a Rust implementation of cryptographic primitives (#294)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1c81085..26aabe1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,9 +30,6 @@ package_dir =
packages =
bcrypt
ext_package = bcrypt
-# `install_requires` must be kept in sync with `pyproject.toml`
-install_requires =
- cffi>=1.1
[options.extras_require]
tests =