mirror of https://github.com/ARMmbed/mbed-os.git
Added secure urllib3 python requirement
This pulls in additional packages requiured for SSL verification for Py2 Ref: https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2pull/7844/head
parent
a6163cb14f
commit
c89147ea30
|
@ -16,4 +16,5 @@ jsonschema>=2.6
|
|||
future>=0.16.0
|
||||
six>=1.11.0
|
||||
git+https://github.com/armmbed/manifest-tool.git@v1.4.5
|
||||
urllib3[secure]
|
||||
mbed-cloud-sdk==2.0.0
|
||||
|
|
Loading…
Reference in New Issue