Skip to content
Snippets Groups Projects

add dev dependencies to poetry export

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -19,7 +19,7 @@ USER root
COPY pyproject.toml poetry.lock /geomag-algorithms/
RUN cd /geomag-algorithms \
# install into system python
&& poetry export -o requirements.txt --without-hashes \
&& poetry export -o requirements.txt --dev --without-hashes \
# only install dependencies, not project
&& pip install -r requirements.txt
Loading