Skip to content

Commit 0ca5eef

Browse files
committed
Migrate dev-dependencies to group.dev.dependencies
1 parent 03f3892 commit 0ca5eef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN poetry config virtualenvs.in-project true
99
COPY pyproject.toml pyproject.toml
1010
COPY poetry.lock poetry.lock
1111

12-
RUN poetry install --no-root --no-dev \
12+
RUN poetry install --no-root --without dev \
1313
&& rm -rf /root/.cache/*
1414

1515
COPY guesthouse guesthouse

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uvicorn = "^0.18.3"
1414
pytest = "^7.1.2"
1515
anyio = "<4"
1616

17-
[tool.poetry.dev-dependencies]
17+
[tool.poetry.group.dev.dependencies]
1818
mypy = "^0.971"
1919
pre-commit = "^2.20.0"
2020
pytest-asyncio = "^0.19.0"

0 commit comments

Comments
 (0)