Skip to content

Commit 7d3fdbe

Browse files
committed
Poetry upgrades
1 parent f3dfc01 commit 7d3fdbe

File tree

3 files changed

+58
-46
lines changed

3 files changed

+58
-46
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ COPY . .
1212

1313
RUN poetry env use system
1414
RUN poetry config virtualenvs.create false
15-
RUN poetry debug
16-
RUN poetry install --no-dev
15+
RUN poetry debug info
16+
RUN poetry install --without dev
1717

1818
# Distributable Stage
1919
FROM python:3.9-alpine

poetry.lock

+55-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tabulate = "<0.9.0"
4040
pyperclip = "^1.8.2"
4141
setuptools = "^75.8.0"
4242

43-
[tool.poetry.dev-dependencies]
43+
[tool.poetry.group.dev.dependencies]
4444
tox = "^3.24.4"
4545

4646
[build-system]

0 commit comments

Comments
 (0)