Lines Matching full:requests
120 (tutorial-env) $ python -m pip install requests==2.6.0
121 Collecting requests==2.6.0
122 Using cached requests-2.6.0-py2.py3-none-any.whl
123 Installing collected packages: requests
124 Successfully installed requests-2.6.0
133 (tutorial-env) $ python -m pip install --upgrade requests
134 Collecting requests
135 Installing collected packages: requests
136 Found existing installation: requests 2.6.0
137 Uninstalling requests-2.6.0:
138 Successfully uninstalled requests-2.6.0
139 Successfully installed requests-2.7.0
148 (tutorial-env) $ pip show requests
151 Name: requests
154 Home-page: http://python-requests.org
170 requests (2.7.0)
183 requests==2.7.0
196 Collecting requests==2.7.0 (from -r requirements.txt (line 3))
198 Installing collected packages: novas, numpy, requests
200 Successfully installed novas-3.1.1.3 numpy-1.9.2 requests-2.7.0