-
Notifications
You must be signed in to change notification settings - Fork 13
/
requirements.txt
227 lines (226 loc) · 4.84 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.10
# by the following command:
#
# pip-compile --output-file=requirements-django42.txt --resolver=backtracking constraints.txt pyproject.toml requirements/django42.txt
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
# via httpx
asgiref==3.8.1
# via
# channels
# channels-redis
# daphne
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
attrs==24.2.0
# via
# -r constraints.txt
# jsonschema
# referencing
# service-identity
# twisted
autobahn==24.4.2
# via
# -r constraints.txt
# daphne
automat==24.8.1
# via twisted
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via cryptography
channels[daphne]==4.1.0
# via
# argus-server (pyproject.toml)
# channels
# channels-redis
channels-redis==4.2.0
# via argus-server (pyproject.toml)
charset-normalizer==3.3.2
# via requests
constantly==23.10.4
# via twisted
cryptography==43.0.1
# via
# -r constraints.txt
# autobahn
# pyopenssl
# service-identity
# social-auth-core
daphne==4.1.2
# via channels
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
dj-database-url==2.2.0
# via argus-server (pyproject.toml)
django==4.2.16
# via
# -r requirements/django42.txt
# argus-server (pyproject.toml)
# channels
# dj-database-url
# django-cors-headers
# django-filter
# django-phonenumber-field
# djangorestframework
# drf-spectacular
# social-auth-app-django
django-cors-headers==4.4.0
# via argus-server (pyproject.toml)
django-filter==24.3
# via argus-server (pyproject.toml)
django-phonenumber-field[phonenumberslite]==8.0.0
# via argus-server (pyproject.toml)
djangorestframework==3.15.2
# via
# argus-server (pyproject.toml)
# drf-rw-serializers
# drf-spectacular
drf-rw-serializers==1.4.0
# via argus-server (pyproject.toml)
drf-spectacular==0.27.2
# via argus-server (pyproject.toml)
exceptiongroup==1.2.2
# via anyio
factory-boy==3.3.1
# via argus-server (pyproject.toml)
faker==30.0.0
# via factory-boy
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via argus-server (pyproject.toml)
hyperlink==21.0.0
# via
# autobahn
# twisted
idna==3.10
# via
# anyio
# httpx
# hyperlink
# requests
# twisted
incremental==24.7.2
# via twisted
inflection==0.5.1
# via drf-spectacular
jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
msgpack==1.1.0
# via channels-redis
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
phonenumberslite==8.13.46
# via django-phonenumber-field
psycopg2==2.9.9
# via argus-server (pyproject.toml)
pyasn1==0.6.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.1
# via service-identity
pycparser==2.22
# via cffi
pydantic==2.9.2
# via argus-server (pyproject.toml)
pydantic-core==2.23.4
# via pydantic
pyjwt==2.9.0
# via social-auth-core
pyopenssl==24.2.1
# via
# -r constraints.txt
# twisted
python-dataporten-auth==2.0.0
# via argus-server (pyproject.toml)
python-dateutil==2.9.0.post0
# via faker
python3-openid==3.2.0
# via social-auth-core
pytz==2024.2
# via -r constraints.txt
pyyaml==6.0.2
# via
# -r constraints.txt
# drf-spectacular
redis==5.0.8
# via channels-redis
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via
# requests-oauthlib
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.20.0
# via
# jsonschema
# referencing
service-identity==24.1.0
# via twisted
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
social-auth-app-django==5.4.2
# via argus-server (pyproject.toml)
social-auth-core==4.5.4
# via
# argus-server (pyproject.toml)
# python-dataporten-auth
# social-auth-app-django
sqlparse==0.5.1
# via django
tomli==2.0.1
# via incremental
twisted[tls]==24.7.0
# via
# daphne
# twisted
txaio==23.1.1
# via autobahn
typing-extensions==4.12.2
# via
# anyio
# asgiref
# dj-database-url
# pydantic
# pydantic-core
# twisted
uritemplate==4.1.1
# via drf-spectacular
urllib3==2.2.3
# via
# -r constraints.txt
# requests
wheel==0.44.0
# via argus-server (pyproject.toml)
whitenoise==6.7.0
# via argus-server (pyproject.toml)
zope-interface==7.0.3
# via twisted
# The following packages are considered to be unsafe in a requirements file:
# setuptools