-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements.txt
227 lines (226 loc) · 4.23 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements.in
#
anyio==4.9.0
# via httpx
asgiref==3.8.1
# via
# daphne
# django
# servestatic
attrs==25.3.0
# via
# service-identity
# twisted
autobahn==24.4.2
# via daphne
automat==24.8.1
# via twisted
black==25.1.0
# via -r requirements.in
build==1.2.2.post1
# via pip-tools
cachetools==5.5.2
# via django-github-app
certifi==2025.1.31
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
# black
# django-typer
# pip-tools
# typer-slim
# uvicorn
constantly==23.10.4
# via twisted
coverage[toml]==7.8.0
# via pytest-cov
cryptography==44.0.2
# via
# autobahn
# pyjwt
# pyopenssl
# service-identity
daphne==4.1.2
# via -r requirements.in
dj-database-url==2.3.0
# via -r requirements.in
django==5.2
# via
# -r requirements.in
# dj-database-url
# django-github-app
# django-markdownx
# django-stubs-ext
# django-tasks
# django-typer
django-github-app==0.5.0
# via -r requirements.in
django-markdownx==4.0.7
# via -r requirements.in
django-stubs-ext==5.1.3
# via django-tasks
django-tasks==0.6.1
# via -r requirements.in
django-typer[rich]==3.1.0
# via django-github-app
environs==14.1.1
# via -r requirements.in
flake8==7.2.0
# via -r requirements.in
gidgethub==5.3.0
# via django-github-app
gunicorn==23.0.0
# via -r requirements.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httpx==0.28.1
# via django-github-app
hyperlink==21.0.0
# via
# autobahn
# twisted
idna==3.10
# via
# anyio
# httpx
# hyperlink
# requests
# twisted
incremental==24.7.2
# via twisted
iniconfig==2.1.0
# via pytest
isort==6.0.1
# via -r requirements.in
markdown==3.7
# via django-markdownx
markdown-it-py==3.0.0
# via rich
marshmallow==3.26.1
# via environs
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
oauthlib==3.2.2
# via -r requirements.in
packaging==24.2
# via
# black
# build
# gunicorn
# marshmallow
# pytest
pathspec==0.12.1
# via black
pillow==11.1.0
# via django-markdownx
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.3.7
# via black
pluggy==1.5.0
# via pytest
psycopg2-binary==2.9.10
# via -r requirements.in
pyasn1==0.6.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycodestyle==2.13.0
# via flake8
pycparser==2.22
# via cffi
pyflakes==3.3.2
# via flake8
pygments==2.19.1
# via rich
pyjwt[crypto]==2.10.1
# via
# gidgethub
# pyjwt
pyopenssl==25.0.0
# via twisted
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.5
# via
# -r requirements.in
# pytest-cov
# pytest-django
pytest-cov==6.1.1
# via -r requirements.in
pytest-django==4.11.1
# via -r requirements.in
python-dotenv==1.1.0
# via environs
requests==2.32.3
# via -r requirements.in
rich==13.9.4
# via django-typer
sentry-sdk==2.25.1
# via -r requirements.in
servestatic==3.0.1
# via -r requirements.in
service-identity==24.2.0
# via twisted
shellingham==1.5.4
# via django-typer
sniffio==1.3.1
# via anyio
sqlparse==0.5.3
# via django
stamina==25.1.0
# via -r requirements.in
tenacity==9.1.2
# via stamina
twisted[tls]==24.11.0
# via daphne
txaio==23.1.1
# via autobahn
typer-slim==0.15.2
# via django-typer
typing-extensions==4.13.0
# via
# dj-database-url
# django-stubs-ext
# django-tasks
# twisted
# typer-slim
uritemplate==4.1.1
# via gidgethub
urllib3==2.3.0
# via
# requests
# sentry-sdk
uvicorn==0.34.0
# via -r requirements.in
wheel==0.45.1
# via pip-tools
zope-interface==7.2
# via twisted
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools