aboutsummaryrefslogtreecommitdiffstats
path: root/uv.lock
diff options
context:
space:
mode:
Diffstat (limited to 'uv.lock')
-rw-r--r--uv.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/uv.lock b/uv.lock
index c956107..54326ab 100644
--- a/uv.lock
+++ b/uv.lock
@@ -556,6 +556,18 @@ wheels = [
]
[[package]]
+name = "gunicorn"
+version = "22.0.0"
+source = { registry = "https://pypi.org/simple" }
+dependencies = [
+ { name = "packaging" },
+]
+sdist = { url = "https://files.pythonhosted.org/packages/1e/88/e2f93c5738a4c1f56a458fc7a5b1676fc31dcdbb182bef6b40a141c17d66/gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63", size = 3639760 }
+wheels = [
+ { url = "https://files.pythonhosted.org/packages/29/97/6d610ae77b5633d24b69c2ff1ac3044e0e565ecbd1ec188f02c45073054c/gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9", size = 84443 },
+]
+
+[[package]]
name = "hiredis"
version = "2.3.2"
source = { registry = "https://pypi.org/simple" }
@@ -850,6 +862,7 @@ dependencies = [
{ name = "django-storages" },
{ name = "django-stubs", extra = ["compatible-mypy"] },
{ name = "flower" },
+ { name = "gunicorn" },
{ name = "hiredis" },
{ name = "markdown" },
{ name = "pdf2image" },
@@ -896,6 +909,7 @@ requires-dist = [
{ name = "django-storages", specifier = "==1.14.3" },
{ name = "django-stubs", extras = ["compatible-mypy"], specifier = ">=5.0.4" },
{ name = "flower", specifier = "==2.0.1" },
+ { name = "gunicorn", specifier = "==22.0.0" },
{ name = "hiredis", specifier = "==2.3.2" },
{ name = "markdown", specifier = "==3.6.0" },
{ name = "pdf2image", specifier = "==1.17.0" },