-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
209 lines (208 loc) · 4.09 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# httpcore
# starlette
# watchfiles
bcrypt==4.0.1
# via -r requirements.in
black==23.10.1
# via -r requirements.in
build==1.0.3
# via pip-tools
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
# black
# pip-tools
# uvicorn
colorama==0.4.6
# via
# build
# click
# pytest
# uvicorn
dnspython==2.4.2
# via
# -r requirements.in
# email-validator
# pymongo
email-validator==2.1.0.post1
# via pydantic
fastapi==0.104.0
# via -r requirements.in
flake8==6.1.0
# via -r requirements.in
google-api-core[grpc]==2.12.0
# via
# google-cloud-core
# google-cloud-secret-manager
# google-cloud-storage
google-auth==2.23.3
# via
# google-api-core
# google-cloud-core
# google-cloud-storage
google-cloud-core==2.3.3
# via google-cloud-storage
google-cloud-secret-manager==2.16.4
# via -r requirements.in
google-cloud-storage==2.12.0
# via -r requirements.in
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.6.0
# via google-cloud-storage
googleapis-common-protos[grpc]==1.61.0
# via
# google-api-core
# grpc-google-iam-v1
# grpcio-status
grpc-google-iam-v1==0.12.6
# via google-cloud-secret-manager
grpcio==1.59.2
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.59.2
# via google-api-core
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.18.0
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.25.0
# via -r requirements.in
idna==3.4
# via
# anyio
# email-validator
# httpx
# requests
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
motor==3.3.1
# via -r requirements.in
mypy-extensions==1.0.0
# via black
packaging==23.2
# via
# black
# build
# pytest
pathspec==0.11.2
# via black
pip-tools==7.3.0
# via -r requirements.in
platformdirs==3.11.0
# via black
pluggy==1.3.0
# via pytest
proto-plus==1.22.3
# via google-cloud-secret-manager
protobuf==4.24.4
# via
# google-api-core
# google-cloud-secret-manager
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# proto-plus
pyasn1==0.5.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
# via google-auth
pycodestyle==2.11.1
# via flake8
pydantic[email]==2.4.2
# via
# -r requirements.in
# fastapi
# pydantic-settings
pydantic-core==2.10.1
# via pydantic
pydantic-settings[dotenv]==2.0.3
# via -r requirements.in
pyflakes==3.1.0
# via flake8
pyjwt==2.8.0
# via -r requirements.in
pymongo==4.5.0
# via motor
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via -r requirements.in
python-dotenv==1.0.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.6
# via -r requirements.in
pyyaml==6.0.1
# via uvicorn
requests==2.31.0
# via
# -r requirements.in
# google-api-core
# google-cloud-storage
rsa==4.9
# via google-auth
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
starlette==0.27.0
# via fastapi
typing-extensions==4.8.0
# via
# fastapi
# pydantic
# pydantic-core
urllib3==2.0.7
# via requests
uvicorn[standard]==0.23.2
# via -r requirements.in
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn
wheel==0.41.3
# via pip-tools
mongomock==4.0.0
# via -r requirements.in
mongomock_motor==0.0.21
# via -r requirements.in
coverage==7.3.2
# via -r requirements.in
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools