Skip to content

Commit e10c651

Browse files
committed
updated
1 parent a239c27 commit e10c651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ start-server:
88
uvicorn app.main:app --reload
99

1010
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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ colorama==0.4.6
99
cryptography==3.4.8
1010
dnspython==2.2.1
1111
email-validator==1.3.0
12-
fastapi==0.87.0
12+
fastapi==0.88.0
1313
fastapi-jwt-auth==0.5.0
14-
fastapi-mail==1.2.2
14+
fastapi-mail==1.1.5
1515
h11==0.14.0
1616
httpcore==0.16.3
1717
httptools==0.5.0
@@ -32,7 +32,7 @@ PyYAML==6.0
3232
rfc3986==1.5.0
3333
six==1.16.0
3434
sniffio==1.3.0
35-
starlette==0.21.0
35+
starlette==0.22.0
3636
typing_extensions==4.4.0
3737
ujson==5.6.0
3838
uvicorn==0.20.0

0 commit comments

Comments
 (0)