Upgrade to Python 3.7, including new compatible Celery (#10)

This commit is contained in:
Manu
2019-04-16 19:36:38 +02:00
committed by Sebastián Ramírez
parent cf5516cda6
commit cd86803daa
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.6
FROM python:3.7
RUN pip install raven celery==4.2.1 passlib[bcrypt] tenacity requests "fastapi>=0.7.1" emails pyjwt email_validator jinja2 psycopg2-binary alembic SQLAlchemy
RUN pip install raven celery~=4.3 passlib[bcrypt] tenacity requests "fastapi>=0.7.1" emails pyjwt email_validator jinja2 psycopg2-binary alembic SQLAlchemy
# For development, Jupyter remote kernel, Hydrogen
# Using inside the container: