add pick one api

This commit is contained in:
zema1
2017-10-21 20:39:39 +08:00
parent c1d099ed45
commit 5d03ec5aab
13 changed files with 96 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.6
ADD requirements.txt /tmp
RUN pip install -r /tmp/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
WORKDIR /app

View File

@@ -1,7 +1,6 @@
django==1.11.4
djangorestframework==3.4.0
pillow
jsonfield
otpauth
flake8-quotes
pytz