We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1b210 commit cd82568Copy full SHA for cd82568
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.11 as requirements-stage
4
5
WORKDIR /tmp
6
7
-RUN pip install poetry==1.8.1
+RUN pip install poetry poetry-plugin-export
8
9
COPY ./pyproject.toml ./poetry.lock* /tmp/
10
pyproject.toml
@@ -7,6 +7,9 @@ license = "MIT"
readme = "README.md"
packages = [{ include = "src" }]
+[tool.poetry.requires-plugins]
11
+poetry-plugin-export = ">=1.8"
12
+
13
[tool.poetry.dependencies]
14
python = "^3.11"
15
python-dotenv = "^1.0.0"
0 commit comments