-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
267 lines (266 loc) · 5.45 KB
/
requirements_dev.txt
File metadata and controls
267 lines (266 loc) · 5.45 KB
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements_dev.txt --strip-extras
#
alembic==1.17.1
# via register-your-data-api (pyproject.toml)
annotated-types==0.7.0
# via pydantic
anyio==4.9.0
# via
# httpx
# starlette
# watchfiles
azure-communication-email==1.1.0
# via register-your-data-api (pyproject.toml)
azure-core==1.38.0
# via azure-communication-email
bandit==1.8.6
# via register-your-data-api (pyproject.toml)
black==25.1.0
# via register-your-data-api (pyproject.toml)
build==1.2.2.post1
# via pip-tools
certifi==2025.6.15
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via
# black
# pip-tools
# register-your-data-api (pyproject.toml)
# rich-toolkit
# typer
# uvicorn
cryptography==45.0.5
# via register-your-data-api (pyproject.toml)
dnspython==2.7.0
# via email-validator
email-validator==2.3.0
# via
# fastapi
# pydantic
# register-your-data-api (pyproject.toml)
fastapi==0.116.0
# via register-your-data-api (pyproject.toml)
fastapi-cli==0.0.8
# via fastapi
fastapi-cloud-cli==0.1.5
# via fastapi-cli
flake8==7.3.0
# via
# flake8-pyproject
# register-your-data-api (pyproject.toml)
flake8-pyproject==1.2.3
# via register-your-data-api (pyproject.toml)
gitdb==4.0.12
# via gitpython
gitpython==3.1.44
# via bandit
greenlet==3.2.4
# via sqlalchemy
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.1
# via
# fastapi
# fastapi-cloud-cli
idna==3.10
# via
# anyio
# email-validator
# httpx
# requests
iniconfig==2.1.0
# via pytest
isodate==0.7.2
# via azure-communication-email
isort==6.0.1
# via register-your-data-api (pyproject.toml)
jinja2==3.1.6
# via
# fastapi
# register-your-data-api (pyproject.toml)
libsuitecrm @ git+https://github.com/iati/iati-registry-libsuitecrm@v0.5.2
# via register-your-data-api (pyproject.toml)
mako==1.3.10
# via alembic
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via
# jinja2
# mako
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.16.1
# via register-your-data-api (pyproject.toml)
mypy-extensions==1.1.0
# via
# black
# mypy
oauthlib==3.3.1
# via
# libsuitecrm
# requests-oauthlib
packaging==25.0
# via
# black
# build
# pytest
pathspec==0.12.1
# via
# black
# mypy
pbr==6.1.1
# via stevedore
pip-tools==7.4.1
# via register-your-data-api (pyproject.toml)
platformdirs==4.3.8
# via black
pluggy==1.6.0
# via pytest
prometheus-client==0.22.1
# via register-your-data-api (pyproject.toml)
psycopg==3.2.10
# via register-your-data-api (pyproject.toml)
psycopg-binary==3.2.10
# via psycopg
pycodestyle==2.14.0
# via flake8
pycparser==2.22
# via cffi
pydantic==2.11.7
# via
# fastapi
# fastapi-cloud-cli
# sqlmodel
pydantic-core==2.33.2
# via pydantic
pyflakes==3.4.0
# via flake8
pygments==2.19.2
# via
# pytest
# rich
pyjwt==2.10.1
# via register-your-data-api (pyproject.toml)
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.1
# via register-your-data-api (pyproject.toml)
pytest-watcher==0.6.3
# via register-your-data-api (pyproject.toml)
python-dotenv==1.1.1
# via
# register-your-data-api (pyproject.toml)
# uvicorn
python-multipart==0.0.20
# via fastapi
pyyaml==6.0.2
# via
# bandit
# uvicorn
requests==2.32.4
# via
# azure-core
# libsuitecrm
# register-your-data-api (pyproject.toml)
# requests-oauthlib
requests-oauthlib==2.0.0
# via libsuitecrm
rich==14.0.0
# via
# bandit
# rich-toolkit
# typer
rich-toolkit==0.14.9
# via
# fastapi-cli
# fastapi-cloud-cli
rignore==0.6.4
# via fastapi-cloud-cli
sentry-sdk==2.34.1
# via fastapi-cloud-cli
shellingham==1.5.4
# via typer
smmap==5.0.2
# via gitdb
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.43
# via
# alembic
# register-your-data-api (pyproject.toml)
# sqlmodel
sqlmodel==0.0.25
# via register-your-data-api (pyproject.toml)
starlette==0.46.2
# via fastapi
stevedore==5.4.1
# via bandit
typer==0.16.0
# via
# fastapi-cli
# fastapi-cloud-cli
types-requests==2.32.4.20250611
# via register-your-data-api (pyproject.toml)
typing-extensions==4.14.1
# via
# alembic
# anyio
# azure-communication-email
# azure-core
# fastapi
# mypy
# psycopg
# pydantic
# pydantic-core
# rich-toolkit
# sqlalchemy
# typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
urllib3==2.5.0
# via
# requests
# sentry-sdk
# types-requests
uvicorn==0.35.0
# via
# fastapi
# fastapi-cli
# fastapi-cloud-cli
uvloop==0.21.0
# via uvicorn
watchdog==6.0.0
# via pytest-watcher
watchfiles==1.1.0
# via uvicorn
websockets==15.0.1
# via uvicorn
wheel==0.45.1
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools