We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccded49 commit b401cc7Copy full SHA for b401cc7
requirements.txt
@@ -1,5 +1,6 @@
1
aiosmtplib==1.1.7
2
anyio==3.6.2
3
+autopep8==2.0.1
4
bcrypt==4.0.1
5
blinker==1.5
6
certifi==2022.12.7
@@ -12,7 +13,7 @@ ecdsa==0.18.0
12
13
email-validator==1.3.0
14
fastapi==0.88.0
15
fastapi-jwt-auth==0.5.0
-fastapi-mail==1.1.5
16
+fastapi-mail==1.2.2
17
h11==0.14.0
18
httpcore==0.16.2
19
httptools==0.5.0
@@ -24,6 +25,7 @@ MarkupSafe==2.1.1
24
25
orjson==3.8.3
26
passlib==1.7.4
27
pyasn1==0.4.8
28
+pycodestyle==2.10.0
29
pycparser==2.21
30
pydantic==1.10.2
31
PyJWT==1.7.1
@@ -35,7 +37,7 @@ rfc3986==1.5.0
35
37
rsa==4.9
36
38
six==1.16.0
39
sniffio==1.3.0
-starlette==0.22.0
40
+starlette==0.21.0
41
typing_extensions==4.4.0
42
ujson==5.6.0
43
uvicorn==0.20.0
0 commit comments