require cffi >= 0.8.1

This commit is contained in:
Paul Kehrer 2014-01-10 23:34:20 -06:00
parent 51d0794459
commit a8dcf8428f

View file

@ -23,7 +23,7 @@ with open(os.path.join(base_dir, "cryptography", "__about__.py")) as f:
exec(f.read(), about)
CFFI_DEPENDENCY = "cffi>=0.6"
CFFI_DEPENDENCY = "cffi>=0.8.1"
SIX_DEPENDENCY = "six>=1.4.1"
requirements = [