python:fabric

文書の過去の版を表示しています。


Fabric のインストール

$ pip3 install fabric
> pip install fabric
Collecting fabric
  Downloading https://files.pythonhosted.org/packages/d9/e4/e6fa248c94ee5d45def54b609fcf70f39d0b7f7050f2d4405c5f156b5516/fabric-2.4.0-py2.py3-none-any.whl (51kB)
     |████████████████████████████████| 61kB 990kB/s
Requirement already satisfied: cryptography>=1.1 in c:\python37\lib\site-packages (from fabric) (2.7)
Collecting invoke<2.0,>=1.1 (from fabric)
  Downloading https://files.pythonhosted.org/packages/be/9f/8508712c9cad73ac0c8eeb2c3e51c9ef65136653dda2b512bde64109f023/invoke-1.2.0-py3-none-any.whl (206kB)
     |████████████████████████████████| 215kB 3.3MB/s
Requirement already satisfied: paramiko>=2.4 in c:\python37\lib\site-packages (from fabric) (2.6.0)
Requirement already satisfied: asn1crypto>=0.21.0 in c:\python37\lib\site-packages (from cryptography>=1.1->fabric) (0.24.0)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in c:\python37\lib\site-packages (from cryptography>=1.1->fabric) (1.12.3)
Requirement already satisfied: six>=1.4.1 in c:\python37\lib\site-packages (from cryptography>=1.1->fabric) (1.12.0)
Requirement already satisfied: pynacl>=1.0.1 in c:\python37\lib\site-packages (from paramiko>=2.4->fabric) (1.3.0)
Requirement already satisfied: bcrypt>=3.1.3 in c:\python37\lib\site-packages (from paramiko>=2.4->fabric) (3.1.7)
Requirement already satisfied: pycparser in c:\python37\lib\site-packages (from cffi!=1.11.3,>=1.8->cryptography>=1.1->fabric) (2.19)
Installing collected packages: invoke, fabric
Successfully installed fabric-2.4.0 invoke-1.2.0
  • python/fabric.1565226438.txt.gz
  • 最終更新: 2019/08/08 10:07
  • by ともやん