diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-10 23:39:58 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-10 23:39:58 -0600 |
commit | 7fcaa3715f1b3afde3256b6a01232c8a71fea891 (patch) | |
tree | caa2833d4c2f1de936336dfc6c549b0f48e4b871 | |
parent | a8dcf8428fed7d66309959b64d5bd55794c25386 (diff) | |
download | cryptography-7fcaa3715f1b3afde3256b6a01232c8a71fea891.tar.gz cryptography-7fcaa3715f1b3afde3256b6a01232c8a71fea891.tar.bz2 cryptography-7fcaa3715f1b3afde3256b6a01232c8a71fea891.zip |
drop to >= 0.8 to make pypy happy
-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.8.1" +CFFI_DEPENDENCY = "cffi>=0.8" SIX_DEPENDENCY = "six>=1.4.1" requirements = [ |