Add APScheduler

[This plugin](https://github.com/MxMarx/reminder) requires APScheduler. APScheduler is fairly lightweight, and could potentially be useful for other that have scheduled tasks.
This commit is contained in:
Ruby Marx 2023-09-15 15:50:40 -07:00 committed by GitHub
parent dd69c337d2
commit f863e7cefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,9 @@ RUN apk add --no-cache \
py3-feedparser \ py3-feedparser \
py3-dateutil \ py3-dateutil \
py3-lxml \ py3-lxml \
py3-semver py3-semver \
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies py3-apscheduler
# TODO remove pillow, magic, feedparser, lxml, gitlab, apscheduler, and semver when maubot supports installing dependencies
COPY requirements.txt /opt/maubot/requirements.txt COPY requirements.txt /opt/maubot/requirements.txt
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt COPY optional-requirements.txt /opt/maubot/optional-requirements.txt