fix playmaker

This commit is contained in:
ace 2021-02-16 00:50:05 +03:00
parent 53135a82fe
commit 48658791c5
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 3 additions and 2 deletions

View File

@ -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 .

View File

@ -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']
)