build(python): update pyproject.toml format

This commit is contained in:
2026-07-30 15:18:21 +03:00
parent 91b530f84c
commit b0245a1714
3 changed files with 155 additions and 115 deletions

View File

@@ -9,7 +9,7 @@ COPY pyproject.toml poetry.lock README.md ./
RUN poetry config virtualenvs.in-project true
RUN --mount=type=cache,target=/root/.cache/pypoetry/cache \
--mount=type=cache,target=/root/.cache/pypoetry/artifacts \
poetry install --with app --no-root
poetry install --extras app --no-root
COPY locales ./locales
RUN cd locales/ru/LC_MESSAGES && msgfmt messages.po