File tree Expand file tree Collapse file tree 3 files changed +17
-22
lines changed Expand file tree Collapse file tree 3 files changed +17
-22
lines changed Original file line number Diff line number Diff line change 1
1
django
2
2
django-bootstrap3
3
3
flattentool
4
+ gunicorn[setproctitle]
4
5
libcove
5
6
libcoveocds[perf,web]
6
7
libcoveweb
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ django-bootstrap3==24.2
42
42
# libcoveweb
43
43
et-xmlfile == 1.1.0
44
44
# via openpyxl
45
- exceptiongroup == 1.2.2
46
- # via cattrs
47
45
flattentool == 0.26.0
48
46
# via
49
47
# -r requirements.in
50
48
# libcove
51
49
# libcoveweb
50
+ gunicorn == 23.0.0
51
+ # via -r requirements.in
52
52
idna == 3.7
53
53
# via requests
54
54
ijson == 3.1.4
@@ -92,6 +92,8 @@ openpyxl==3.0.7
92
92
# via flattentool
93
93
orjson == 3.9.15
94
94
# via libcoveocds
95
+ packaging == 24.1
96
+ # via gunicorn
95
97
persistent == 4.7.0
96
98
# via
97
99
# btrees
@@ -133,6 +135,8 @@ schema==0.7.4
133
135
# via flattentool
134
136
sentry-sdk == 2.8.0
135
137
# via -r requirements.in
138
+ setproctitle == 1.3.3
139
+ # via gunicorn
136
140
setuptools == 74.1.1
137
141
# via
138
142
# zc-lockfile
@@ -149,10 +153,6 @@ sqlparse==0.5.0
149
153
# via django
150
154
transaction == 3.0.1
151
155
# via zodb
152
- typing-extensions == 4.12.2
153
- # via
154
- # asgiref
155
- # cattrs
156
156
url-normalize == 1.4.3
157
157
# via requests-cache
158
158
urllib3 == 2.2.2
Original file line number Diff line number Diff line change @@ -72,19 +72,15 @@ et-xmlfile==1.1.0
72
72
# -r requirements.txt
73
73
# openpyxl
74
74
exceptiongroup==1.2.2
75
- # via
76
- # -r requirements.txt
77
- # cattrs
78
- # hypothesis
79
- # pytest
80
- # trio
81
- # trio-websocket
75
+ # via trio-websocket
82
76
flattentool==0.26.0
83
77
# via
84
78
# -r requirements.txt
85
79
# -r requirements_dev.in
86
80
# libcove
87
81
# libcoveweb
82
+ gunicorn==23.0.0
83
+ # via -r requirements.txt
88
84
h11==0.14.0
89
85
# via wsproto
90
86
hypothesis==6.72.4
@@ -161,8 +157,11 @@ orjson==3.9.15
161
157
# via -r requirements.txt
162
158
outcome==1.2.0
163
159
# via trio
164
- packaging==23.1
165
- # via pytest
160
+ packaging==24.1
161
+ # via
162
+ # -r requirements.txt
163
+ # gunicorn
164
+ # pytest
166
165
persistent==4.7.0
167
166
# via
168
167
# -r requirements.txt
@@ -235,6 +234,8 @@ selenium==4.11.2
235
234
# via -r requirements_dev.in
236
235
sentry-sdk==2.8.0
237
236
# via -r requirements.txt
237
+ setproctitle==1.3.3
238
+ # via -r requirements.txt
238
239
setuptools==74.1.1
239
240
# via
240
241
# -r requirements.txt
@@ -260,8 +261,6 @@ sqlparse==0.5.0
260
261
# via
261
262
# -r requirements.txt
262
263
# django
263
- tomli==2.0.1
264
- # via pytest
265
264
transaction==3.0.1
266
265
# via
267
266
# -r requirements.txt
@@ -272,11 +271,6 @@ trio==0.22.0
272
271
# trio-websocket
273
272
trio-websocket==0.10.2
274
273
# via selenium
275
- typing-extensions==4.12.2
276
- # via
277
- # -r requirements.txt
278
- # asgiref
279
- # cattrs
280
274
url-normalize==1.4.3
281
275
# via
282
276
# -r requirements.txt
You can’t perform that action at this time.
0 commit comments