Advertisement
Guest User

Untitled

a guest
Apr 29th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. azureuser@Azure:~/clouddrive/python-docs-hello-world$ pip install -r requirements.txt
  2. Collecting Flask==0.12.1 (from -r requirements.txt (line 1))
  3. Using cached https://files.pythonhosted.org/packages/f4/43/fb2d5fb1d10e1d0402dd57836cf9a78b7f69c8b5f76a04b6e6113d0d7c5a/Flask-0.12.1-py2.py3-none-any.whl
  4. Collecting Jinja2>=2.4 (from Flask==0.12.1->-r requirements.txt (line 1))
  5. Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
  6. Collecting click>=2.0 (from Flask==0.12.1->-r requirements.txt (line 1))
  7. Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl
  8. Collecting itsdangerous>=0.21 (from Flask==0.12.1->-r requirements.txt (line 1))
  9. Collecting Werkzeug>=0.7 (from Flask==0.12.1->-r requirements.txt (line 1))
  10. Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl
  11. Collecting MarkupSafe>=0.23 (from Jinja2>=2.4->Flask==0.12.1->-r requirements.txt (line 1))
  12. Installing collected packages: MarkupSafe, Jinja2, click, itsdangerous, Werkzeug, Flask
  13.  
  14. You are using pip version 10.0.0, however version 10.0.1 is available.
  15. You should consider upgrading via the 'pip install --upgrade pip' command.
  16. azureuser@Azure:~/clouddrive/python-docs-hello-world$ pip list
  17. Package Version
  18. ------------------- ---------
  19. adal 0.5.1
  20. argcomplete 1.9.4
  21. asn1crypto 0.24.0
  22. azure-common 1.1.9
  23. azure-nspkg 2.0.0
  24. azure-servicefabric 6.1.2.9
  25. certifi 2018.4.16
  26. cffi 1.11.5
  27. chardet 3.0.4
  28. colorama 0.3.9
  29. cryptography 2.2.2
  30. enum34 1.1.6
  31. future 0.16.0
  32. idna 2.6
  33. isodate 0.6.0
  34. jmespath 0.9.3
  35. jsonpickle 0.9.6
  36. knack 0.1.1
  37. msrest 0.4.26
  38. mssql-scripter 1.0.0a22
  39. oauthlib 2.0.7
  40. pip 10.0.0
  41. pycparser 2.18
  42. Pygments 2.2.0
  43. PyJWT 1.6.1
  44. python-dateutil 2.7.2
  45. PyYAML 3.12
  46. requests 2.18.4
  47. requests-oauthlib 0.8.0
  48. setuptools 20.7.0
  49. sfctl 4.0.0
  50. six 1.11.0
  51. tabulate 0.8.2
  52. urllib3 1.22
  53. virtualenv 15.2.0
  54. wheel 0.29.0
  55. You are using pip version 10.0.0, however version 10.0.1 is available.
  56. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement