Freeze our version of cryptography to work around segfault
This commit is contained in:
parent
01a92a66ba
commit
d7332a725b
2 changed files with 3 additions and 2 deletions
|
@ -59,4 +59,5 @@ jsonpath-rw
|
|||
bintrees
|
||||
redlock
|
||||
semantic-version
|
||||
bencode
|
||||
bencode
|
||||
cryptography==1.1.2 # Remove version when https://github.com/pyca/cryptography/issues/2690 fixed
|
|
@ -11,7 +11,7 @@ boto==2.39.0
|
|||
cachetools==1.1.5
|
||||
cffi==1.5.0
|
||||
contextlib2==0.5.1
|
||||
cryptography==1.2.1
|
||||
cryptography==1.1.2
|
||||
debtcollector==1.2.0
|
||||
decorator==4.0.6
|
||||
enum34==1.1.2
|
||||
|
|
Reference in a new issue