1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

Update uvloop to 0.11.0 (#597)

This commit is contained in:
Pascal Vizeli
2018-07-24 16:16:26 +02:00
committed by GitHub
parent 22f59712df
commit b4ea28af4e
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
make \
g++ \
&& pip3 install --no-cache-dir \
uvloop==0.10.2 \
uvloop==0.11.0 \
cchardet==2.1.1 \
pycryptodome==3.6.4 \
&& apk del .build-dependencies