add pipreqs

This commit is contained in:
Fritz Schaal 2022-01-07 15:25:36 +01:00
parent db428b95ab
commit 0cccdd7ffc
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,6 @@ RUN useradd -m user && \
USER user
WORKDIR /workspace
ENV PYTHONPATH="${PYTHONPATH}:/home/user/.local/bin"
ENV PYTHONPATH="/home/user/.local/bin"
ENV PATH="${PATH}:/home/user/.local/bin"
RUN pip install --no-cache-dir -r /tmp/build-requirements.txt

View File

@ -1,4 +1,5 @@
build
pytest
twine
flake8
flake8
pipreqs