добавил gunicorn

This commit is contained in:
Viner Abubakirov
2026-01-03 01:30:24 +05:00
parent 4266802e56
commit 75c115f7f0
2 changed files with 24 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"boto3>=1.42.6", "boto3>=1.42.6",
"django>=6.0", "django>=6.0",
"django-storages>=1.14.6", "django-storages>=1.14.6",
"gunicorn>=23.0.0",
"pillow>=12.1.0", "pillow>=12.1.0",
"psycopg[binary]>=3.3.2", "psycopg[binary]>=3.3.2",
"python-dotenv>=1.2.1", "python-dotenv>=1.2.1",

23
uv.lock generated
View File

@@ -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 }, { 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]] [[package]]
name = "jmespath" name = "jmespath"
version = "1.0.1" version = "1.0.1"
@@ -82,6 +94,7 @@ dependencies = [
{ name = "boto3" }, { name = "boto3" },
{ name = "django" }, { name = "django" },
{ name = "django-storages" }, { name = "django-storages" },
{ name = "gunicorn" },
{ name = "pillow" }, { name = "pillow" },
{ name = "psycopg", extra = ["binary"] }, { name = "psycopg", extra = ["binary"] },
{ name = "python-dotenv" }, { name = "python-dotenv" },
@@ -92,11 +105,21 @@ requires-dist = [
{ name = "boto3", specifier = ">=1.42.6" }, { name = "boto3", specifier = ">=1.42.6" },
{ name = "django", specifier = ">=6.0" }, { name = "django", specifier = ">=6.0" },
{ name = "django-storages", specifier = ">=1.14.6" }, { name = "django-storages", specifier = ">=1.14.6" },
{ name = "gunicorn", specifier = ">=23.0.0" },
{ name = "pillow", specifier = ">=12.1.0" }, { name = "pillow", specifier = ">=12.1.0" },
{ name = "psycopg", extras = ["binary"], specifier = ">=3.3.2" }, { name = "psycopg", extras = ["binary"], specifier = ">=3.3.2" },
{ name = "python-dotenv", specifier = ">=1.2.1" }, { 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]] [[package]]
name = "pillow" name = "pillow"
version = "12.1.0" version = "12.1.0"