From: Marcel van der Veldt Date: Mon, 2 Nov 2020 23:49:12 +0000 (+0100) Subject: update requirements X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b1e716359454d1350c234ba05727eb991e6b0f7c;p=music-assistant-server.git update requirements --- 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