Skip to content

Commit

Permalink
fix: old poe-api cause AttributeError (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
qrzbing committed Jul 31, 2023
1 parent 176a766 commit 7240afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7240afb

Please sign in to comment.