Remove the setuptools and CFFI requirements, which break pip install -U

PyPy ships with CFFI, but pip install -U will upgrade it if a newer CFFI
is available, which will break the CFFI installation (and PyPy itself).
1 file changed