Merge pull request #153 from Netflix/requires-io-master
[requires.io] dependency update on master branch
This commit is contained in:
commit
5d7174b2a7
|
@ -19,11 +19,11 @@ psycopg2==2.6.1
|
||||||
arrow==0.7.0
|
arrow==0.7.0
|
||||||
boto==2.38.0 # we might make this optional
|
boto==2.38.0 # we might make this optional
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
gunicorn==19.3.0
|
gunicorn==19.4.1
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
cryptography==1.1.1
|
cryptography==1.1.1
|
||||||
pyopenssl==0.15.1
|
pyopenssl==0.15.1
|
||||||
pyjwt==1.4.0
|
pyjwt==1.4.0
|
||||||
xmltodict==0.9.2
|
xmltodict==0.9.2
|
||||||
lockfile==0.11.0
|
lockfile==0.12.2
|
||||||
future==0.15.2
|
future==0.15.2
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -39,13 +39,13 @@ install_requires = [
|
||||||
'arrow==0.7.0',
|
'arrow==0.7.0',
|
||||||
'boto==2.38.0', # we might make this optional
|
'boto==2.38.0', # we might make this optional
|
||||||
'six==1.10.0',
|
'six==1.10.0',
|
||||||
'gunicorn==19.3.0',
|
'gunicorn==19.4.1',
|
||||||
'pycrypto==2.6.1',
|
'pycrypto==2.6.1',
|
||||||
'cryptography==1.1.1',
|
'cryptography==1.1.1',
|
||||||
'pyopenssl==0.15.1',
|
'pyopenssl==0.15.1',
|
||||||
'pyjwt==1.4.0',
|
'pyjwt==1.4.0',
|
||||||
'xmltodict==0.9.2',
|
'xmltodict==0.9.2',
|
||||||
'lockfile==0.11.0',
|
'lockfile==0.12.2',
|
||||||
'future==0.15.2',
|
'future==0.15.2',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue