Skip to content

Commit b4b43fa

Browse files
committed
updated
1 parent 1e4259b commit b4b43fa

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
aiosmtplib==1.1.7
1+
aiosmtplib==2.0.0
22
anyio==3.6.2
33
bcrypt==4.0.1
4+
black==22.12.0
45
blinker==1.5
56
certifi==2022.12.7
67
cffi==1.15.1
@@ -9,9 +10,9 @@ colorama==0.4.6
910
cryptography==3.4.8
1011
dnspython==2.2.1
1112
email-validator==1.3.0
12-
fastapi==0.87.0
13+
fastapi==0.88.0
1314
fastapi-jwt-auth==0.5.0
14-
fastapi-mail==1.2.2
15+
fastapi-mail==1.2.4
1516
h11==0.14.0
1617
httpcore==0.16.3
1718
httptools==0.5.0
@@ -20,10 +21,13 @@ idna==3.4
2021
itsdangerous==2.1.2
2122
Jinja2==3.1.2
2223
MarkupSafe==2.1.1
24+
mypy-extensions==0.4.3
2325
orjson==3.8.3
2426
passlib==1.7.4
27+
pathspec==0.10.3
28+
platformdirs==2.6.2
2529
pycparser==2.21
26-
pydantic==1.10.2
30+
pydantic==1.10.3
2731
PyJWT==1.7.1
2832
pymongo==4.3.3
2933
python-dotenv==0.21.0
@@ -32,7 +36,7 @@ PyYAML==6.0
3236
rfc3986==1.5.0
3337
six==1.16.0
3438
sniffio==1.3.0
35-
starlette==0.21.0
39+
starlette==0.22.0
3640
typing_extensions==4.4.0
3741
ujson==5.6.0
3842
uvicorn==0.20.0

0 commit comments

Comments
 (0)