-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
142 lines (142 loc) · 2.59 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
alembic==1.13.1
# via fast-log-queue (pyproject.toml)
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
# via
# httpx
# starlette
# watchfiles
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via fast-log-queue (pyproject.toml)
boto3==1.34.113
# via fast-log-queue (pyproject.toml)
botocore==1.34.113
# via
# boto3
# s3transfer
certifi==2024.2.2
# via
# httpcore
# httpx
click==8.1.7
# via
# typer
# uvicorn
dnspython==2.6.1
# via email-validator
email-validator==2.1.1
# via fastapi
fastapi==0.111.0
# via fast-log-queue (pyproject.toml)
fastapi-cli==0.0.4
# via fastapi
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi
idna==3.7
# via
# anyio
# email-validator
# httpx
itsdangerous==2.2.0
# via fastapi
jinja2==3.1.4
# via fastapi
jmespath==1.0.1
# via
# boto3
# botocore
mako==1.3.5
# via alembic
mangum==0.17.0
# via fast-log-queue (pyproject.toml)
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# mako
mdurl==0.1.2
# via markdown-it-py
orjson==3.10.3
# via fastapi
psycopg2-binary==2.9.9
# via fast-log-queue (pyproject.toml)
pydantic==2.7.1
# via
# fastapi
# pydantic-extra-types
# pydantic-settings
pydantic-core==2.18.2
# via pydantic
pydantic-extra-types==2.7.0
# via fastapi
pydantic-settings==2.2.1
# via fastapi
pygments==2.18.0
# via rich
python-dateutil==2.9.0.post0
# via botocore
python-dotenv==1.0.1
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via
# fastapi
# uvicorn
rich==13.7.1
# via typer
s3transfer==0.10.1
# via boto3
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
sqlalchemy==2.0.30
# via
# fast-log-queue (pyproject.toml)
# alembic
starlette==0.37.2
# via fastapi
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.0
# via
# alembic
# fastapi
# mangum
# pydantic
# pydantic-core
# sqlalchemy
# typer
ujson==5.10.0
# via fastapi
urllib3==2.2.1
# via botocore
uvicorn==0.29.0
# via fastapi
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn