Skip to content

Commit 71f1ad7

Browse files
committed
cookiecutter: Add gunicorn
1 parent d37da73 commit 71f1ad7

File tree

3 files changed

+17
-22
lines changed

3 files changed

+17
-22
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
django
22
django-bootstrap3
33
flattentool
4+
gunicorn[setproctitle]
45
libcove
56
libcoveocds[perf,web]
67
libcoveweb

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ django-bootstrap3==24.2
4242
# libcoveweb
4343
et-xmlfile==1.1.0
4444
# via openpyxl
45-
exceptiongroup==1.2.2
46-
# via cattrs
4745
flattentool==0.26.0
4846
# via
4947
# -r requirements.in
5048
# libcove
5149
# libcoveweb
50+
gunicorn==23.0.0
51+
# via -r requirements.in
5252
idna==3.7
5353
# via requests
5454
ijson==3.1.4
@@ -92,6 +92,8 @@ openpyxl==3.0.7
9292
# via flattentool
9393
orjson==3.9.15
9494
# via libcoveocds
95+
packaging==24.1
96+
# via gunicorn
9597
persistent==4.7.0
9698
# via
9799
# btrees
@@ -133,6 +135,8 @@ schema==0.7.4
133135
# via flattentool
134136
sentry-sdk==2.8.0
135137
# via -r requirements.in
138+
setproctitle==1.3.3
139+
# via gunicorn
136140
setuptools==74.1.1
137141
# via
138142
# zc-lockfile
@@ -149,10 +153,6 @@ sqlparse==0.5.0
149153
# via django
150154
transaction==3.0.1
151155
# via zodb
152-
typing-extensions==4.12.2
153-
# via
154-
# asgiref
155-
# cattrs
156156
url-normalize==1.4.3
157157
# via requests-cache
158158
urllib3==2.2.2

requirements_dev.txt

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ et-xmlfile==1.1.0
7272
# -r requirements.txt
7373
# openpyxl
7474
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
8276
flattentool==0.26.0
8377
# via
8478
# -r requirements.txt
8579
# -r requirements_dev.in
8680
# libcove
8781
# libcoveweb
82+
gunicorn==23.0.0
83+
# via -r requirements.txt
8884
h11==0.14.0
8985
# via wsproto
9086
hypothesis==6.72.4
@@ -161,8 +157,11 @@ orjson==3.9.15
161157
# via -r requirements.txt
162158
outcome==1.2.0
163159
# via trio
164-
packaging==23.1
165-
# via pytest
160+
packaging==24.1
161+
# via
162+
# -r requirements.txt
163+
# gunicorn
164+
# pytest
166165
persistent==4.7.0
167166
# via
168167
# -r requirements.txt
@@ -235,6 +234,8 @@ selenium==4.11.2
235234
# via -r requirements_dev.in
236235
sentry-sdk==2.8.0
237236
# via -r requirements.txt
237+
setproctitle==1.3.3
238+
# via -r requirements.txt
238239
setuptools==74.1.1
239240
# via
240241
# -r requirements.txt
@@ -260,8 +261,6 @@ sqlparse==0.5.0
260261
# via
261262
# -r requirements.txt
262263
# django
263-
tomli==2.0.1
264-
# via pytest
265264
transaction==3.0.1
266265
# via
267266
# -r requirements.txt
@@ -272,11 +271,6 @@ trio==0.22.0
272271
# trio-websocket
273272
trio-websocket==0.10.2
274273
# via selenium
275-
typing-extensions==4.12.2
276-
# via
277-
# -r requirements.txt
278-
# asgiref
279-
# cattrs
280274
url-normalize==1.4.3
281275
# via
282276
# -r requirements.txt

0 commit comments

Comments
 (0)