Skip to content

Commit c89147e

Browse files
author
Cruz Monrreal
authored
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-py2
1 parent a6163cb commit c89147e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jsonschema>=2.6
1616
future>=0.16.0
1717
six>=1.11.0
1818
git+https://github.com/armmbed/[email protected]
19+
urllib3[secure]
1920
mbed-cloud-sdk==2.0.0

0 commit comments

Comments
 (0)