drop to >= 0.8 to make pypy happy

This commit is contained in:
Paul Kehrer 2014-01-10 23:39:58 -06:00
parent a8dcf8428f
commit 7fcaa3715f

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.8.1"
CFFI_DEPENDENCY = "cffi>=0.8"
SIX_DEPENDENCY = "six>=1.4.1"
requirements = [