fix playmaker
This commit is contained in:
parent
53135a82fe
commit
48658791c5
@ -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 .
|
||||
|
||||
|
@ -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']
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user