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) --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') 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 = -- cgit v1.2.1