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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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