Skip to content

Commit dacaa70

Browse files
committed
updated
1 parent d6da7db commit dacaa70

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

requirements.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
aioredis==2.0.1
2+
aiosmtplib==1.1.6
3+
anyio==3.6.1
4+
asgiref==3.5.2
5+
async-timeout==4.0.2
6+
autopep8==1.6.0
7+
bcrypt==3.2.2
8+
blinker==1.4
9+
certifi==2022.6.15
10+
cffi==1.15.1
11+
charset-normalizer==2.1.0
12+
click==8.1.3
13+
colorama==0.4.5
14+
cryptography==3.4.8
15+
Deprecated==1.2.13
16+
dnspython==2.2.1
17+
email-validator==1.2.1
18+
fakeredis==1.8.1
19+
fastapi==0.78.0
20+
fastapi-jwt-auth==0.5.0
21+
fastapi-mail==1.0.9
22+
h11==0.12.0
23+
httpcore==0.15.0
24+
httptools==0.4.0
25+
httpx==0.23.0
26+
idna==3.3
27+
itsdangerous==2.1.2
28+
Jinja2==3.1.2
29+
MarkupSafe==2.1.1
30+
orjson==3.7.7
31+
packaging==21.3
32+
passlib==1.7.4
33+
pycodestyle==2.8.0
34+
pycparser==2.21
35+
pydantic==1.9.1
36+
PyJWT==1.7.1
37+
pymongo==4.1.1
38+
pyparsing==3.0.9
39+
python-dotenv==0.20.0
40+
python-multipart==0.0.5
41+
PyYAML==6.0
42+
redis==4.3.4
43+
requests==2.28.1
44+
rfc3986==1.5.0
45+
six==1.16.0
46+
sniffio==1.2.0
47+
sortedcontainers==2.4.0
48+
starlette==0.19.1
49+
toml==0.10.2
50+
typing_extensions==4.3.0
51+
ujson==5.4.0
52+
urllib3==1.26.10
53+
uvicorn==0.17.6
54+
watchgod==0.8.2
55+
websockets==10.3
56+
wrapt==1.14.1

0 commit comments

Comments
 (0)