forked from Kuzyashin/FastAPI_Tortoise_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
95 lines (95 loc) · 1.53 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
aerich==0.2.2
aiohttp==3.7.4
aiomysql==0.0.20
aiosqlite==0.15.0
amqp==2.6.0
anyio==1.4.0
async-generator==1.10
async-timeout==3.0.1
asyncclick==7.0.9
asyncpg==0.21.0
atlastk==0.11.1
attrs==19.3.0
bcrypt==3.1.7
billiard==3.6.3.0
cachetools==4.1.1
celery==5.2.2
certifi==2022.12.7
cffi==1.14.1
chardet==3.0.4
ciso8601==2.1.3
click==7.1.2
colorama==0.4.3
cryptography==39.0.1
cssselect==1.1.0
cssutils==1.0.2
databases==0.3.2
dnspython==2.0.0
email-validator==1.1.1
emails==0.6
fastapi==0.65.2
flower==1.2.0
future==0.18.2
h11==0.9.0
h2==3.2.0
hpack==3.0.0
hstspreload==2020.7.29
httpcore==0.9.1
httptools==0.1.1
httpx==0.23.0
httpx-oauth==0.3.1
humanize==2.5.0
hyperframe==5.2.0
idna==2.10
importlib-metadata==1.7.0
inflection==0.5.0
iniconfig==1.0.1
iso8601==0.1.12
Jinja2==2.11.3
kombu==4.6.11
lxml==4.9.1
makefun==1.9.2
Mako==1.2.2
MarkupSafe==1.1.1
more-itertools==8.4.0
multidict==4.7.6
packaging==20.4
passlib==1.7.2
pluggy==0.13.1
premailer==3.7.0
prometheus-client==0.8.0
prompt-toolkit==3.0.5
py==1.10.0
pycparser==2.20
pydantic==1.6.2
PyJWT==2.4.0
PyMySQL==0.9.2
pyparsing==2.4.7
PyPika==0.37.16
pytest==6.0.1
python-dateutil==2.8.1
python-dotenv==0.14.0
python-editor==1.0.4
python-multipart==0.0.5
python-rapidjson==0.9.1
pytz==2020.1
redis==3.5.3
requests==2.24.0
rfc3986==1.4.0
six==1.15.0
sniffio==1.1.0
SQLAlchemy==1.3.18
starlette==0.25.0
toml==0.10.1
tornado==6.0.4
tortoise-orm==0.16.14
typing-extensions==3.7.4.2
urllib3==1.26.5
uvicorn==0.11.7
uvloop==0.14.0
vine==1.3.0
wcwidth==0.2.5
websockets==9.1
XlsxWriter==1.3.0
yarl==1.5.0
zipp==3.1.0