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:
8
8
uvicorn app.main:app --reload
9
9
10
10
install-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
9
9
cryptography == 3.4.8
10
10
dnspython == 2.2.1
11
11
email-validator == 1.3.0
12
- fastapi == 0.87 .0
12
+ fastapi == 0.88 .0
13
13
fastapi-jwt-auth == 0.5.0
14
- fastapi-mail == 1.2.2
14
+ fastapi-mail == 1.1.5
15
15
h11 == 0.14.0
16
16
httpcore == 0.16.3
17
17
httptools == 0.5.0
@@ -32,7 +32,7 @@ PyYAML==6.0
32
32
rfc3986 == 1.5.0
33
33
six == 1.16.0
34
34
sniffio == 1.3.0
35
- starlette == 0.21 .0
35
+ starlette == 0.22 .0
36
36
typing_extensions == 4.4.0
37
37
ujson == 5.6.0
38
38
uvicorn == 0.20.0
You can’t perform that action at this time.
0 commit comments