Trying to get dep links to be recognized
This commit is contained in:
parent
66a4212d2a
commit
9bc292c107
2
setup.py
2
setup.py
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue