Skip to content

Commit a549681

Browse files
committed
updated
1 parent 17ce6e5 commit a549681

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

requirements.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,56 @@
1+
aioredis==2.0.1
2+
aiosmtplib==1.1.6
13
alembic==1.8.0
24
anyio==3.6.1
35
asgiref==3.5.2
6+
async-timeout==4.0.2
47
autopep8==1.6.0
58
bcrypt==3.2.2
9+
blinker==1.4
610
certifi==2022.6.15
711
cffi==1.15.1
812
charset-normalizer==2.1.0
913
click==8.1.3
1014
colorama==0.4.5
1115
cryptography==3.4.8
16+
Deprecated==1.2.13
1217
dnspython==2.2.1
18+
ecdsa==0.18.0
1319
email-validator==1.2.1
20+
fakeredis==1.8.1
1421
fastapi==0.78.0
1522
fastapi-jwt-auth==0.5.0
23+
fastapi-mail==1.0.9
1624
greenlet==1.1.2
17-
h11==0.13.0
25+
h11==0.12.0
26+
httpcore==0.15.0
1827
httptools==0.4.0
28+
httpx==0.23.0
1929
idna==3.3
2030
itsdangerous==2.1.2
2131
Jinja2==3.1.2
2232
Mako==1.2.1
2333
MarkupSafe==2.1.1
2434
orjson==3.7.6
35+
packaging==21.3
2536
passlib==1.7.4
2637
psycopg2==2.9.3
38+
pyasn1==0.4.8
2739
pycodestyle==2.8.0
2840
pycparser==2.21
2941
pydantic==1.9.1
3042
PyJWT==1.7.1
43+
pyparsing==3.0.9
3144
python-dotenv==0.20.0
3245
python-multipart==0.0.5
3346
PyYAML==6.0
47+
redis==4.3.4
3448
requests==2.28.1
49+
rfc3986==1.5.0
50+
rsa==4.8
3551
six==1.16.0
3652
sniffio==1.2.0
53+
sortedcontainers==2.4.0
3754
SQLAlchemy==1.4.39
3855
starlette==0.19.1
3956
toml==0.10.2
@@ -44,3 +61,4 @@ urllib3==1.26.9
4461
uvicorn==0.17.6
4562
watchgod==0.8.2
4663
websockets==10.3
64+
wrapt==1.14.1

0 commit comments

Comments
 (0)