Remove uvloop from default install and warn about stream+shell_command (#25929)

* Add warning about uvloop and shell_command

* Remove uvloop from docker files"

* Add ffmpeg
This commit is contained in:
Paulus Schoutsen
2019-08-15 14:11:39 -07:00
committed by GitHub
parent 6d1d95394c
commit 9b3aa9bbd1
3 changed files with 23 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ RUN virtualization/Docker/setup_docker_prereqs
# Install hass component dependencies
COPY requirements_all.txt requirements_all.txt
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop==0.12.2 cchardet cython tensorflow
pip3 install --no-cache-dir mysqlclient psycopg2 cchardet cython tensorflow
# Copy source
COPY . .