From 005a4a6ca1d07bf39e6cdd44a71a1b61a7bd2f42 Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Tue, 6 May 2025 09:16:19 +0100 Subject: [PATCH] Added gunicorn in preparation of rolling out to semele. --- pyproject.toml | 3 ++- uv.lock | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad5e4e4..4a03122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "drulum" version = "0.1.0" -description = "Add your description here" +description = "This is the Django project for drulum.com" requires-python = ">=3.13" dependencies = [ "django>=5.1.6", "django-markdownx>=4.0.7", "django-tagulous>=2.1.0", + "gunicorn>=23.0.0", "psycopg>=3.2.4", "python-dotenv>=1.0.1", ] diff --git a/uv.lock b/uv.lock index 8d56617..e4d8817 100644 --- a/uv.lock +++ b/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.13" [[package]] @@ -58,6 +59,7 @@ dependencies = [ { name = "django" }, { name = "django-markdownx" }, { name = "django-tagulous" }, + { name = "gunicorn" }, { name = "psycopg" }, { name = "python-dotenv" }, ] @@ -67,10 +69,23 @@ requires-dist = [ { name = "django", specifier = ">=5.1.6" }, { name = "django-markdownx", specifier = ">=4.0.7" }, { name = "django-tagulous", specifier = ">=2.1.0" }, + { name = "gunicorn", specifier = ">=23.0.0" }, { name = "psycopg", specifier = ">=3.2.4" }, { name = "python-dotenv", specifier = ">=1.0.1" }, ] +[[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 = "markdown" version = "3.7" @@ -80,6 +95,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803", size = 106349 }, ] +[[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 = "11.1.0"