chore: remove setup.cfg, add aiofiles dep, and fix this context in Socket connect

This commit is contained in:
2025-02-03 20:15:18 +00:00
parent 5b67bc765b
commit 4b69d7f078
5 changed files with 27 additions and 51 deletions
-1
View File
@@ -30,7 +30,6 @@ RUN apk add --no-cache \
&& apk del .build-deps
COPY --from=wkhtmltopdf /bin/wkhtmltopdf /bin/wkhtmltopdf
COPY --from=wkhtmltopdf /bin/wkhtmltoimage /bin/wkhtmltoimage
COPY setup.cfg setup.cfg
COPY pyproject.toml pyproject.toml
COPY src src
RUN pip install --upgrade pip