Trying to get dep links to be recognized

This commit is contained in:
kevgliss 2015-07-23 10:34:47 -07:00
parent 66a4212d2a
commit 9bc292c107
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ install_requires = [
'six>=1.9.0', 'six>=1.9.0',
'gunicorn>=19.3.0', 'gunicorn>=19.3.0',
'pycrypto>=2.6.1', 'pycrypto>=2.6.1',
'cryptography>=0.9', 'cryptography>=1.0dev',
'pyopenssl>=0.15.1', 'pyopenssl>=0.15.1',
'pyjwt>=1.0.1', 'pyjwt>=1.0.1',
'xmltodict>=0.9.2' 'xmltodict>=0.9.2'