From 8b5fa606ec2af3898f9e5ee46d79889cb3bfa82e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 23:51:22 -0400 Subject: [PATCH] improvements to help utility --- requests/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/help.py b/requests/help.py index 0412a94b..bbe44c86 100644 --- a/requests/help.py +++ b/requests/help.py @@ -69,8 +69,8 @@ def info(): } implementation_info = _implementation() - urllib3_info = urllib3.__version__ - chardet_info = chardet.__version__ + urllib3_info = {'version': urllib3.__version__} + chardet_info = {'version': chardet.__version__} pyopenssl_info = { 'version': None,