mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
require cffi >= 0.8.1
This commit is contained in:
parent
51d0794459
commit
a8dcf8428f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue