質問編集履歴
1
情報追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,7 +68,20 @@
|
|
68
68
|
You are using pip version 19.0.3, however version 19.1.1 is available.
|
69
69
|
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
70
70
|
```
|
71
|
+
|
71
72
|
```ここに言語を入力
|
73
|
+
pip show requestsName: requests
|
74
|
+
Version: 2.22.0
|
75
|
+
Summary: Python HTTP for Humans.
|
76
|
+
Home-page: http://python-requests.org
|
77
|
+
Author: Kenneth Reitz
|
78
|
+
Author-email: me@kennethreitz.org
|
79
|
+
License: Apache 2.0
|
80
|
+
Location: c:\users\taro\appdata\local\programs\python\python37-32\lib\site-packages
|
81
|
+
Requires: urllib3, chardet, idna, certifi
|
82
|
+
Required-by:
|
83
|
+
```
|
84
|
+
```ここに言語を入力
|
72
85
|
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
|
73
86
|
Type "help", "copyright", "credits" or "license" for more information.
|
74
87
|
```
|