From b1e716359454d1350c234ba05727eb991e6b0f7c Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 3 Nov 2020 00:49:12 +0100 Subject: [PATCH] update requirements --- Dockerfile | 3 +++ requirements.txt | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 230be201..6304e1cf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,9 @@ RUN set -x \ py3-scipy \ py3-pytaglib \ py3-pillow \ + py3-aiohttp \ + py3-cryptography \ + py3-jwt \ py3-pip \ # build packages && apk add --no-cache --virtual .build-deps \ diff --git a/requirements.txt b/requirements.txt index 78cbfcb8..47f92d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ argparse==1.4.0 -cytoolz==0.11.0 aiohttp[speedups]==3.7.2 -requests==2.24.0 pychromecast==7.5.1 asyncio-throttle==1.0.1 aiofile==3.1.0 -- 2.34.1