From 7240afbe2e09cb0d70018ce468a7b4e20511d8f9 Mon Sep 17 00:00:00 2001 From: Qin Ruizhe <23500397+qrzbing@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:51:10 +0800 Subject: [PATCH] fix: old poe-api cause AttributeError (#1097) --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19da2f0a..9008f25d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive COPY ./fonts/sarasa-mono-sc-regular.ttf /usr/share/fonts/ RUN apt-get update && \ - apt install --no-install-recommends xvfb binutils qtbase5-dev wkhtmltopdf ffmpeg -yq && \ + apt install --no-install-recommends xvfb binutils build-essential qtbase5-dev wkhtmltopdf ffmpeg -yq && \ (strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 || true) && \ apt-get remove --purge -yq binutils && \ apt-get clean && \ diff --git a/requirements.txt b/requirements.txt index 874b5e47..bd744107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ tls-client python-dateutil~=2.8.2 discord.py azure-cognitiveservices-speech -poe-api~=0.4.11 +poe-api~=0.4.17 regex~=2023.6.3 httpx~=0.24.1