File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ start-server:
88 uvicorn app.main:app --reload
99
1010install-modules :
11- pip install fastapi[all] fastapi-mail==1.2.2 fastapi-jwt-auth[asymmetric] passlib[bcrypt] pymongo
11+ pip install fastapi[all] fastapi-mail fastapi-jwt-auth[asymmetric] passlib[bcrypt] pymongo
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ colorama==0.4.6
99cryptography == 3.4.8
1010dnspython == 2.2.1
1111email-validator == 1.3.0
12- fastapi == 0.87 .0
12+ fastapi == 0.88 .0
1313fastapi-jwt-auth == 0.5.0
14- fastapi-mail == 1.2.2
14+ fastapi-mail == 1.1.5
1515h11 == 0.14.0
1616httpcore == 0.16.3
1717httptools == 0.5.0
@@ -32,7 +32,7 @@ PyYAML==6.0
3232rfc3986 == 1.5.0
3333six == 1.16.0
3434sniffio == 1.3.0
35- starlette == 0.21 .0
35+ starlette == 0.22 .0
3636typing_extensions == 4.4.0
3737ujson == 5.6.0
3838uvicorn == 0.20.0
You can’t perform that action at this time.
0 commit comments