I think cffi at least v1.4.0 is needed since ffi.compile doesn't have a verbose kwarg until that version (see cffi changelog). Not sure if any cffi features are used from a version newer than v1.4.0.
On a related note: is there anything else missing from requirements.txt?