Skip to content

Commit cd82568

Browse files
committed
fix poetry plugin export
1 parent fb1b210 commit cd82568

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
44

55
WORKDIR /tmp
66

7-
RUN pip install poetry==1.8.1
7+
RUN pip install poetry poetry-plugin-export
88

99
COPY ./pyproject.toml ./poetry.lock* /tmp/
1010

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license = "MIT"
77
readme = "README.md"
88
packages = [{ include = "src" }]
99

10+
[tool.poetry.requires-plugins]
11+
poetry-plugin-export = ">=1.8"
12+
1013
[tool.poetry.dependencies]
1114
python = "^3.11"
1215
python-dotenv = "^1.0.0"

0 commit comments

Comments
 (0)