Updating cryptography to 1.0.2 for el capitan

This commit is contained in:
Patrick Kelley 2015-10-21 18:45:50 -07:00
parent 394e18f76e
commit 78819c1733
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ install_requires = [
'six==1.9.0',
'gunicorn==19.3.0',
'pycrypto==2.6.1',
'cryptography==1.0.1',
'cryptography==1.0.2',
'pyopenssl==0.15.1',
'pyjwt==1.0.1',
'xmltodict==0.9.2',