Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. (test) [user@ccvld-apj527 ~]$ pip install fabric
  2. Collecting fabric
  3. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/d9/e4/e6fa248c94ee5d45def54b609fcf70f39d0b7f7050f2d4405c5f156b5516/fabric-2.4.0-py2.py3-none-any.whl (51kB)
  4. 100% |████████████████████████████████| 61kB 27.3MB/s
  5. Collecting cryptography>=1.1 (from fabric)
  6. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/97/18/c6557f63a6abde34707196fb2cad1c6dc0dbff25a200d5044922496668a4/cryptography-2.7-cp34-abi3-manylinux1_x86_64.whl (2.3MB)
  7. 100% |████████████████████████████████| 2.3MB 30.7MB/s
  8. Collecting paramiko>=2.4 (from fabric)
  9. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/17/9f/7430d1ed509e195d5a5bb1a2bda6353a4aa64eb95491f198a17c44e2075c/paramiko-2.5.0-py2.py3-none-any.whl (198kB)
  10. 100% |████████████████████████████████| 204kB 26.8MB/s
  11. Collecting invoke<2.0,>=1.1 (from fabric)
  12. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/be/9f/8508712c9cad73ac0c8eeb2c3e51c9ef65136653dda2b512bde64109f023/invoke-1.2.0-py3-none-any.whl (206kB)
  13. 100% |████████████████████████████████| 215kB 30.1MB/s
  14. Collecting asn1crypto>=0.21.0 (from cryptography>=1.1->fabric)
  15. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
  16. 100% |████████████████████████████████| 102kB 27.3MB/s
  17. Collecting cffi!=1.11.3,>=1.8 (from cryptography>=1.1->fabric)
  18. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/5f/bf/6aa1925384c23ffeb579e97a5569eb9abce41b6310b329352b8252cee1c3/cffi-1.12.3-cp36-cp36m-manylinux1_x86_64.whl (430kB)
  19. 100% |████████████████████████████████| 440kB 26.8MB/s
  20. Collecting six>=1.4.1 (from cryptography>=1.1->fabric)
  21. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
  22. Collecting pynacl>=1.0.1 (from paramiko>=2.4->fabric)
  23. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
  24. 100% |████████████████████████████████| 768kB 26.7MB/s
  25. Collecting bcrypt>=3.1.3 (from paramiko>=2.4->fabric)
  26. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB)
  27. 100% |████████████████████████████████| 61kB 27.5MB/s
  28. Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography>=1.1->fabric)
  29. Downloading http://ci-prod-nexus:8081/nexus/repository/pypi-proxy/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
  30. 100% |████████████████████████████████| 163kB 14.6MB/s
  31. Installing collected packages: asn1crypto, pycparser, cffi, six, cryptography, pynacl, bcrypt, paramiko, invoke, fabric
  32. Running setup.py install for pycparser ... done
  33. Successfully installed asn1crypto-0.24.0 bcrypt-3.1.7 cffi-1.12.3 cryptography-2.7 fabric-2.4.0 invoke-1.2.0 paramiko-2.5.0 pycparser-2.19 pynacl-1.3.0 six-1.12.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement