Merge pull request #127 from monkeysecurity/update_cryptography_for_el_capitan

Updating cryptography to 1.0.2 for el capitan
This commit is contained in:
kevgliss 2015-10-21 18:54:43 -07:00
commit 9244945e69
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',