mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
✨ Upgrade to Python 3.7, including new compatible Celery (#10)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.6
|
||||
FROM python:3.7
|
||||
|
||||
RUN pip install requests pytest tenacity passlib[bcrypt] "fastapi>=0.7.1" psycopg2-binary SQLAlchemy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user