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:
@@ -20,7 +20,7 @@ pyjwt = "*"
|
||||
python-multipart = "*"
|
||||
email-validator = "*"
|
||||
requests = "*"
|
||||
celery = "==4.2.1"
|
||||
celery = "~=4.3"
|
||||
passlib = {extras = ["bcrypt"],version = "*"}
|
||||
tenacity = "*"
|
||||
pydantic = "*"
|
||||
|
||||
Reference in New Issue
Block a user