diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 22:20:41 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-10 22:20:41 -0800 |
commit | 1246a6e109ccba1c6c4fb84bbe3322ecd8868efb (patch) | |
tree | 2a5dedb96df2fc82882aafb6796f290e29927ec4 | |
parent | 2a8114ff02f7a9234b818e8e324068bdda54b456 (diff) | |
parent | 7fcaa3715f1b3afde3256b6a01232c8a71fea891 (diff) | |
download | cryptography-1246a6e109ccba1c6c4fb84bbe3322ecd8868efb.tar.gz cryptography-1246a6e109ccba1c6c4fb84bbe3322ecd8868efb.tar.bz2 cryptography-1246a6e109ccba1c6c4fb84bbe3322ecd8868efb.zip |
Merge pull request #461 from reaperhulk/upgrade-cffi-dependency
require cffi >= 0.8.1
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" SIX_DEPENDENCY = "six>=1.4.1" requirements = [ |