From 2af3d4c51bca6a769a681cdfee10c9eda02b0838 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 23 Jul 2018 13:10:13 -0400 Subject: Fixes #3548 - add a pyproject.toml (#4363) --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2fbbd046..8bd31bd5 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ with open(os.path.join(src_dir, "cryptography", "__about__.py")) as f: VECTORS_DEPENDENCY = "cryptography_vectors=={0}".format(about['__version__']) +# `setup_requirements` must be kept in sync with `pyproject.toml` setup_requirements = ["cffi>=1.7,!=1.11.3"] if platform.python_implementation() == "PyPy": -- cgit v1.2.3