From 75c115f7f07a84780c00bb820d7adbae4ac37842 Mon Sep 17 00:00:00 2001 From: Viner Abubakirov Date: Sat, 3 Jan 2026 01:30:24 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20gu?= =?UTF-8?q?nicorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + uv.lock | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9da590e..69805bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "boto3>=1.42.6", "django>=6.0", "django-storages>=1.14.6", + "gunicorn>=23.0.0", "pillow>=12.1.0", "psycopg[binary]>=3.3.2", "python-dotenv>=1.2.1", diff --git a/uv.lock b/uv.lock index c04e264..78ca165 100644 --- a/uv.lock +++ b/uv.lock @@ -65,6 +65,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1f/21/3cedee63417bc5553eed0c204be478071c9ab208e5e259e97287590194f1/django_storages-1.14.6-py3-none-any.whl", hash = "sha256:11b7b6200e1cb5ffcd9962bd3673a39c7d6a6109e8096f0e03d46fab3d3aabd9", size = 33095 }, ] +[[package]] +name = "gunicorn" +version = "23.0.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "packaging" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/34/72/9614c465dc206155d93eff0ca20d42e1e35afc533971379482de953521a4/gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec", size = 375031 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4/gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d", size = 85029 }, +] + [[package]] name = "jmespath" version = "1.0.1" @@ -82,6 +94,7 @@ dependencies = [ { name = "boto3" }, { name = "django" }, { name = "django-storages" }, + { name = "gunicorn" }, { name = "pillow" }, { name = "psycopg", extra = ["binary"] }, { name = "python-dotenv" }, @@ -92,11 +105,21 @@ requires-dist = [ { name = "boto3", specifier = ">=1.42.6" }, { name = "django", specifier = ">=6.0" }, { name = "django-storages", specifier = ">=1.14.6" }, + { name = "gunicorn", specifier = ">=23.0.0" }, { name = "pillow", specifier = ">=12.1.0" }, { name = "psycopg", extras = ["binary"], specifier = ">=3.3.2" }, { name = "python-dotenv", specifier = ">=1.2.1" }, ] +[[package]] +name = "packaging" +version = "25.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f", size = 165727 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", size = 66469 }, +] + [[package]] name = "pillow" version = "12.1.0"