I hereby claim:
- I am certator on github.
- I am certator (https://keybase.io/certator) on keybase.
- I have a public key ASBEuO5LN6GiLcBTKQYQlOtL-FeKBwtoaGVJ0SnDaQDmrgo
To claim this, I am signing this object:
FROM python:3.7.8-alpine3.12 | |
RUN apk add --no-cache python3-dev libffi-dev gcc musl-dev make git | |
#RUN pip install redis gevent fire | |
#RUN pip install celery==4.4.6 | |
#RUN pip install git+https://github.com/celery/celery.git@455e0a0e86679eaaba9f0da533066627b1d79296#egg=celery | |
WORKDIR /app | |
COPY requirements.txt /app/requirements.txt | |
RUN pip install -r requirements.txt |
I hereby claim:
To claim this, I am signing this object:
obj = "The Wretched (трейлер \"Космополис\")" | |
j = $.toJSON(obj) // делаем json | |
e = eval("(" + j + ")") // проверка, все хорошо | |
sendReq({ | |
method: "saveplaylist2", | |
data: j | |
}, function (a) {}) |