forked from onionj/E-commerce-FastAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
53 lines (53 loc) · 885 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
aiofiles==0.7.0
aioredis==2.0.0
aiosmtplib==1.1.6
aiosqlite==0.17.0
anyio==3.3.1
asgiref==3.4.1
async-timeout==3.0.1
autopep8==1.5.7
bcrypt==3.2.0
blinker==1.4
certifi==2022.12.7
cffi==1.14.6
charset-normalizer==2.0.4
click==8.0.1
dnspython==2.1.0
email-validator==1.1.3
fakeredis==1.6.1
fastapi==0.68.1
fastapi-mail==0.4.1
h11==0.12.0
httpcore==0.13.6
httptools==0.2.0
httpx==0.23.0
idna==3.2
iso8601==0.1.16
Jinja2==3.0.1
MarkupSafe==2.0.1
packaging==21.0
passlib==1.7.4
Pillow==9.3.0
pycodestyle==2.7.0
pycparser==2.20
pydantic==1.8.2
PyJWT==2.4.0
pyparsing==2.4.7
pypika-tortoise==0.1.1
python-dotenv==0.19.0
python-multipart==0.0.5
pytz==2021.1
PyYAML==5.4.1
redis==3.5.3
rfc3986==1.5.0
six==1.16.0
sniffio==1.2.0
sortedcontainers==2.4.0
starlette==0.14.2
toml==0.10.2
tortoise-orm==0.17.7
typing-extensions==3.10.0.2
uvicorn==0.15.0
uvloop==0.16.0
watchgod==0.7
websockets==10.0