diff --git a/Dockerfile b/Dockerfile index bf8002c4..6eb7fc55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 # Install poetry via pip -RUN pip install poetry==1.5.1 +RUN pip install poetry==1.7.1 ENV POETRY_NO_INTERACTION=1 \ POETRY_VIRTUALENVS_IN_PROJECT=1 \ diff --git a/pyproject.toml b/pyproject.toml index e5737c70..90e0b589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "daap-catalogue" +name = "find-moj-data" version = "0.1.0" description = "" authors = ["Mitch Dawson "] @@ -13,13 +13,13 @@ gunicorn = "^21.2.0" whitenoise = "^6.6.0" ministryofjustice-data-platform-catalogue = "^0.5.0" markdown = "^3.5.2" +python-dotenv = "^1.0.1" [tool.poetry.group.dev] # dev group definition -pre-commit = "^3.6.0" -python-dotenv = "^1.0.1" [tool.poetry.group.dev.dependencies] black = "^23.12.1" +pre-commit = "^3.6.0" [build-system] requires = ["poetry-core"]