File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
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 1
- aiosmtplib == 1.1.7
1
+ aiosmtplib == 2.0.0
2
2
anyio == 3.6.2
3
3
bcrypt == 4.0.1
4
+ black == 22.12.0
4
5
blinker == 1.5
5
6
certifi == 2022.12.7
6
7
cffi == 1.15.1
@@ -9,9 +10,9 @@ colorama==0.4.6
9
10
cryptography == 3.4.8
10
11
dnspython == 2.2.1
11
12
email-validator == 1.3.0
12
- fastapi == 0.87 .0
13
+ fastapi == 0.88 .0
13
14
fastapi-jwt-auth == 0.5.0
14
- fastapi-mail == 1.2.2
15
+ fastapi-mail == 1.2.4
15
16
h11 == 0.14.0
16
17
httpcore == 0.16.3
17
18
httptools == 0.5.0
@@ -20,10 +21,13 @@ idna==3.4
20
21
itsdangerous == 2.1.2
21
22
Jinja2 == 3.1.2
22
23
MarkupSafe == 2.1.1
24
+ mypy-extensions == 0.4.3
23
25
orjson == 3.8.3
24
26
passlib == 1.7.4
27
+ pathspec == 0.10.3
28
+ platformdirs == 2.6.2
25
29
pycparser == 2.21
26
- pydantic == 1.10.2
30
+ pydantic == 1.10.3
27
31
PyJWT == 1.7.1
28
32
pymongo == 4.3.3
29
33
python-dotenv == 0.21.0
@@ -32,7 +36,7 @@ PyYAML==6.0
32
36
rfc3986 == 1.5.0
33
37
six == 1.16.0
34
38
sniffio == 1.3.0
35
- starlette == 0.21 .0
39
+ starlette == 0.22 .0
36
40
typing_extensions == 4.4.0
37
41
ujson == 5.6.0
38
42
uvicorn == 0.20.0
You can’t perform that action at this time.
0 commit comments