diff --git a/playmaker/Dockerfile b/playmaker/Dockerfile index 4f41db9..4f43e99 100644 --- a/playmaker/Dockerfile +++ b/playmaker/Dockerfile @@ -43,7 +43,7 @@ COPY playmaker /opt/playmaker/playmaker WORKDIR /opt/playmaker -RUN pip3 install fdroidserver +RUN pip3 install fdroidserver==1.1.11 RUN pip3 install . diff --git a/playmaker/setup.py b/playmaker/setup.py index 1ceb668..7e7c016 100644 --- a/playmaker/setup.py +++ b/playmaker/setup.py @@ -23,7 +23,8 @@ setup(name='playmaker', 'pycryptodome', 'tornado<5', 'gpapi>=0.4.4', - 'tornado-crontab' + 'tornado-crontab', + 'requests==2.22.0' ], scripts=['pm-server'] )