Upgrade cryptography and pyopenssl

Fixes TypeError: cannot instantiate ctype 'EVP_MD_CTX' of unknown size.
This commit is contained in:
2017-03-07 12:52:01 +01:00
parent f2b2064eba
commit 399d42dd97

View File

@@ -1,11 +1,11 @@
# Primary requirements
pyOpenSSL==0.15.1
pyopenssl==16.2.0
requests==2.13.0
# Secondary requirements
cffi==1.9.1
cryptography<1.5 # see https://github.com/burnash/gspread/issues/407
idna==2.4
cryptography==1.7.2
idna==2.5
pyasn1==0.2.3
pycparser==2.17
six==1.10.0