|
(homeassistant) homeassistant@localhost:/home/ppwtz$ pip install homeassistant
Looking in indexes: https://mirrors.ustc.edu.cn/pypi/web/simple/
Requirement already satisfied: homeassistant in /srv/homeassistant/lib/python3.6/site-packages (0.64.3)
Requirement already satisfied: certifi>=2017.4.17 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2018.10.15)
Collecting astral==1.5 (from homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... y2.py3-none-any.whl
Collecting voluptuous==0.11.1 (from homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... y2.py3-none-any.whl
Collecting requests==2.18.4 (from homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... y2.py3-none-any.whl (88kB)
100% |################################| 92kB 1.0MB/s
Requirement already satisfied: pip>=8.0.3 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (18.1)
Requirement already satisfied: yarl==1.1.0 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (1.1.0)
Requirement already satisfied: pytz>=2017.02 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2018.5)
Requirement already satisfied: chardet==3.0.4 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (3.0.4)
Collecting attrs==17.4.0 (from homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... y2.py3-none-any.whl
Collecting async-timeout==2.0.0 (from homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... .0-py3-none-any.whl
Collecting aiohttp==2.3.10 (from homeassistant)
Requirement already satisfied: pyyaml<4,>=3.11 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (3.13)
Requirement already satisfied: jinja2>=2.10 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (2.10)
Requirement already satisfied: typing<4,>=3 in /srv/homeassistant/lib/python3.6/site-packages (from homeassistant) (3.6.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /srv/homeassistant/lib/python3.6/site-packages (from requests==2.18.4->homeassistant) (1.22)
Collecting idna<2.7,>=2.5 (from requests==2.18.4->homeassistant)
Downloading https://mirrors.ustc.edu.cn/pypi ... y2.py3-none-any.whl (56kB)
100% |################################| 61kB 1.3MB/s
Requirement already satisfied: multidict>=4.0 in /srv/homeassistant/lib/python3.6/site-packages (from yarl==1.1.0->homeassistant) (4.4.2)
Requirement already satisfied: idna-ssl>=1.0.0 in /srv/homeassistant/lib/python3.6/site-packages (from aiohttp==2.3.10->homeassistant) (1.1.0)
Requirement already satisfied: MarkupSafe>=0.23 in /srv/homeassistant/lib/python3.6/site-packages (from jinja2>=2.10->homeassistant) (1.0)
Installing collected packages: astral, voluptuous, idna, requests, attrs, async-timeout, aiohttp
Found existing installation: astral 1.6.1
Uninstalling astral-1.6.1:
Successfully uninstalled astral-1.6.1
Found existing installation: voluptuous 0.11.5
Uninstalling voluptuous-0.11.5:
Successfully uninstalled voluptuous-0.11.5
Found existing installation: idna 2.7
Uninstalling idna-2.7:
Successfully uninstalled idna-2.7
Found existing installation: requests 2.20.0
Uninstalling requests-2.20.0:
Successfully uninstalled requests-2.20.0
Found existing installation: attrs 18.2.0
Uninstalling attrs-18.2.0:
Successfully uninstalled attrs-18.2.0
Found existing installation: async-timeout 3.0.1
Uninstalling async-timeout-3.0.1:
Successfully uninstalled async-timeout-3.0.1
Found existing installation: aiohttp 3.4.4
Uninstalling aiohttp-3.4.4:
Successfully uninstalled aiohttp-3.4.4
Successfully installed aiohttp-2.3.10 astral-1.5 async-timeout-2.0.0 attrs-17.4.0 idna-2.6 requests-2.18.4 voluptuous-0.11.1
|
|