mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
improvements to help utility
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user