-
-
Notifications
You must be signed in to change notification settings - Fork 407
/
postgresql-requirements.txt
211 lines (210 loc) · 4.75 KB
/
postgresql-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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=postgresql --output-file=postgresql-requirements.txt pyproject.toml
#
aiosmtplib==3.0.2
# via modoboa (pyproject.toml)
asgiref==3.8.1
# via
# django
# django-cors-headers
# modoboa (pyproject.toml)
attrs==24.2.0
# via
# jsonschema
# referencing
bcrypt==4.2.0
# via modoboa (pyproject.toml)
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via
# modoboa (pyproject.toml)
# reportlab
charset-normalizer==3.4.0
# via requests
click==8.1.8
# via rq
cryptography==43.0.3
# via
# fido2
# jwcrypto
# modoboa (pyproject.toml)
defusedxml==0.7.1
# via modoboa (pyproject.toml)
dj-database-url==2.3.0
# via modoboa (pyproject.toml)
django==4.2.17
# via
# dj-database-url
# django-ckeditor
# django-cors-headers
# django-filter
# django-js-asset
# django-oauth-toolkit
# django-otp
# django-phonenumber-field
# django-rename-app
# django-reversion
# django-rq
# django-xforwardedfor-middleware
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
django-environ==0.11.2
# via modoboa (pyproject.toml)
django-filter==24.3
# via modoboa (pyproject.toml)
django-js-asset==2.2.0
# via django-ckeditor
django-oauth-toolkit==3.0.1
# via modoboa (pyproject.toml)
django-otp==1.5.0
# via modoboa (pyproject.toml)
django-phonenumber-field[phonenumbers]==8.0.0
# via modoboa (pyproject.toml)
django-rename-app==0.1.7
# via modoboa (pyproject.toml)
django-reversion==5.0.12
# via modoboa (pyproject.toml)
django-rq==3.0.0
# via modoboa (pyproject.toml)
django-xforwardedfor-middleware==2.0
# via modoboa (pyproject.toml)
djangorestframework==3.15.2
# via
# drf-spectacular
# modoboa (pyproject.toml)
dnspython==2.6.1
# via modoboa (pyproject.toml)
drf-spectacular==0.28.0
# via modoboa (pyproject.toml)
feedparser==6.0.11
# via modoboa (pyproject.toml)
fido2==1.2.0
# via modoboa (pyproject.toml)
filelock==3.16.1
# via tldextract
gevent==24.11.1
# via modoboa (pyproject.toml)
greenlet==3.1.1
# via gevent
idna==3.10
# via
# requests
# tldextract
inflection==0.5.1
# via drf-spectacular
jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2024.10.1
# via jsonschema
jwcrypto==1.5.6
# via django-oauth-toolkit
lxml==5.3.0
# via lxml-html-clean
lxml-html-clean==0.4.1
# via modoboa (pyproject.toml)
oath==1.4.4
# via modoboa (pyproject.toml)
oauthlib==3.2.2
# via
# django-oauth-toolkit
# requests-oauthlib
ovh==1.2.0
# via modoboa (pyproject.toml)
passlib==1.7.4
# via modoboa (pyproject.toml)
phonenumbers==8.13.52
# via django-phonenumber-field
pillow==11.0.0
# via
# modoboa (pyproject.toml)
# reportlab
progressbar33==2.4
# via modoboa (pyproject.toml)
psycopg[binary]==3.2.3
# via modoboa (pyproject.toml)
psycopg-binary==3.2.3
# via psycopg
pycparser==2.22
# via cffi
python-dateutil==2.9.0.post0
# via modoboa (pyproject.toml)
python-magic==0.4.27
# via modoboa (pyproject.toml)
pytz==2024.2
# via modoboa (pyproject.toml)
pyyaml==6.0.2
# via drf-spectacular
qrcode==8.0
# via modoboa (pyproject.toml)
redis==5.2.0
# via
# django-rq
# modoboa (pyproject.toml)
# rq
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
reportlab==4.2.5
# via modoboa (pyproject.toml)
requests==2.32.3
# via
# django-oauth-toolkit
# modoboa (pyproject.toml)
# ovh
# requests-file
# requests-oauthlib
# tldextract
requests-file==2.1.0
# via tldextract
requests-oauthlib==2.0.0
# via ovh
rpds-py==0.22.3
# via
# jsonschema
# referencing
rq==2.0.0
# via
# django-rq
# modoboa (pyproject.toml)
rrdtool==0.1.16
# via modoboa (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
sievelib==1.4.1
# via modoboa (pyproject.toml)
six==1.16.0
# via python-dateutil
sqlparse==0.5.3
# via django
tldextract==5.1.3
# via modoboa (pyproject.toml)
typing-extensions==4.12.2
# via
# dj-database-url
# jwcrypto
# psycopg
# sievelib
uritemplate==4.1.1
# via
# drf-spectacular
# modoboa (pyproject.toml)
urllib3==2.2.3
# via requests
zope-event==5.0
# via gevent
zope-interface==7.2
# via gevent
# The following packages are considered to be unsafe in a requirements file:
# setuptools