From e49bb156565a1042a98638e5cc9bd1b9b4b21ae9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 22 Apr 2018 10:20:54 -0400 Subject: Remove setup.py branch (#4203) --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4d7f5c2b..0d715208 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ with open(os.path.join(src_dir, "cryptography", "__about__.py")) as f: VECTORS_DEPENDENCY = "cryptography_vectors=={0}".format(about['__version__']) -setup_requirements = [] +setup_requirements = ["cffi>=1.7,!=1.11.3"] if platform.python_implementation() == "PyPy": if sys.pypy_version_info < (5, 3): @@ -51,8 +51,6 @@ if platform.python_implementation() == "PyPy": "cryptography is not compatible with PyPy < 5.3. Please upgrade " "PyPy to use this library." ) -else: - setup_requirements.append("cffi>=1.7,!=1.11.3") test_requirements = [ "pytest>=3.2.1,!=3.3.0", -- cgit v1.2.3