Skip to content

Commit

Permalink
update poetry version and added python-dotenv to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdawson1982 committed Jan 25, 2024
1 parent 6e23669 commit 7ad529a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "daap-catalogue"
name = "find-moj-data"
version = "0.1.0"
description = ""
authors = ["Mitch Dawson <[email protected]>"]
Expand All @@ -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"]
Expand Down

0 comments on commit 7ad529a

Please sign in to comment.